get

@Get(value = "/{+path}")
suspend fun get(@PathVariable path: String?, request: HttpRequest<*>): HttpResponse<String>(source)