Uses of Class
com.spec.web.expresso.message.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in com.spec.web.expresso.middleware
Methods in com.spec.web.expresso.middleware with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidMiddleware.execute(HttpRequest req, HttpResponse res, MiddlewareContext ctx) The following method is implemented by user.voidMiddlewareExecutor.execute(HttpRequest req, HttpResponse res, String path, String method) The following method will execute request and response on the defined middleware list.