HttpRequest
org.http4s.blaze.http.HttpRequest
case class HttpRequest(method: Method, url: Url, majorVersion: Int, minorVersion: Int, headers: Headers, body: BodyReader)
Standard HTTP request
Value parameters
- body
-
function which returns the next chunk of the request body. Termination is signaled by an empty
ByteBufferas determined byByteBuffer.hasRemaining(). - headers
-
request headers
- method
-
HTTP request method
- url
-
request url
Attributes
- Source
- HttpRequest.scala
- Graph
-
- Supertypes
Members list
In this article