Packages

package proxy

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. proxy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ProxyRequest[T](path: String, httpMethod: String, headers: Option[Map[String, String]] = None, queryStringParameters: Option[Map[String, String]] = None, stageVariables: Option[Map[String, String]] = None, requestContext: RequestContext = RequestContext(), body: Option[T] = None) extends Product with Serializable
  2. case class ProxyResponse[T](statusCode: Int, headers: Option[Map[String, String]] = None, body: Option[T] = None) extends Product with Serializable
  3. case class RequestContext(authorizer: Option[RequestContextAuthorizer] = None) extends Product with Serializable
  4. case class RequestContextAuthorizer(principalId: String) extends Product with Serializable
  5. case class RequestInput(body: String) extends Product with Serializable

Value Members

  1. object ProxyResponse extends Serializable
  2. object RequestContext extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped