public interface RequestModel
A lightweight version of the HttpServerRequest meant to be used in templates.
Type Params | Return Type | Name and description |
---|---|---|
|
public static RequestModel |
create(io.vertx.core.http.HttpServerRequest source) |
|
public java.util.Map<java.lang.String, java.lang.Object> |
getParams() |
|
public java.lang.String |
getPath() |