automorph.transport.http

Members list

Type members

Classlikes

HTTP transport message context.

HTTP transport message context.

Message transport plugins must use message context properties in the descending order of priority by source:

  • This context
  • Message properties for specific transport plugin (this.message)
  • Default values

Type parameters

TransportContext

type of context for specific transport plugin

Value parameters

followRedirects

automatically follow redirects if true

fragment

request URL fragment

headers

request or response headers

host

request URL authority host

method

request method

path

request URL path

port

request URL authority port

scheme

request URL scheme

statusCode

response status code

timeout

response timeout

transportContext

message properties for specific transport plugin

userInfo

request URL authority user information

Attributes

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HttpContext

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class HttpMethod

HTTP request method.

HTTP request method.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connect
object Delete
object Get
object Head
object Options
object Patch
object Post
object Put
object Trace
Show all
object HttpMethod

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpMethod.type