Raw

smithy4s.aws.HttpRequest$.Raw
final case class Raw(httpMethod: HttpMethod, uri: String, headers: List[(CaseInsensitive, String)], body: Option[Array[Byte]]) extends HttpRequest

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product