Uses of Class
io.github.tkote.fn.eventrouter.HttpResponse
-
Packages that use HttpResponse Package Description io.github.tkote.fn.eventrouter -
-
Uses of HttpResponse in io.github.tkote.fn.eventrouter
Methods in io.github.tkote.fn.eventrouter that return HttpResponse Modifier and Type Method Description static HttpResponse
HttpResponse. jsonResponse(Object obj)
static HttpResponse
HttpResponse. jsonResponse(Object obj, int status)
static HttpResponse
HttpResponse. textResponse(String str)
static HttpResponse
HttpResponse. textResponse(String str, int status)
-