Returns the underlying Netty HttpRequest of this query.
()
| 95 | * Returns the underlying Netty {@link HttpRequest} of this query. |
| 96 | */ |
| 97 | public HttpRequest request() { |
| 98 | return request; |
| 99 | } |
| 100 | |
| 101 | /** Returns the HTTP method/verb for the request */ |
| 102 | public HttpMethod method() { |
no outgoing calls
no test coverage detected