post

@Post(value = "/{+path}")
suspend fun post(@PathVariable path: String?, request: HttpRequest<*>, @Body body: JsonRpcRequest): HttpResponse<String>(source)