public interface HttpRequest
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBodyAsBytes()
Returns the body of the request as a byte array
|
Headers |
getHeaders()
Return the headers on the HTTP request
|
HttpMethod |
getMethod()
Return the HTTP method used to supply this value
|
HttpMethod getMethod()
Headers getHeaders()
byte[] getBodyAsBytes()
Copyright © 2021. All rights reserved.