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 HttpResponseHttpResponse. jsonResponse(Object obj)static HttpResponseHttpResponse. jsonResponse(Object obj, int status)static HttpResponseHttpResponse. textResponse(String str)static HttpResponseHttpResponse. textResponse(String str, int status)
-