HttpRequest

smithy4s.http.HttpRequest
See theHttpRequest companion object
final case class HttpRequest[+A](method: HttpMethod, uri: HttpUri, headers: Map[CaseInsensitive, Seq[String]], body: A)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[B](f: A => B): HttpRequest[B]
def withContentType(contentType: String): HttpRequest[A]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product