class AwsRequestSigner extends StrictLogging

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwsRequestSigner
  2. StrictLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def signRequest(request: HttpRequest): Future[HttpRequest]

    Signs the given HttpRequest

    Signs the given HttpRequest

    request

    HttpRequest to be signed

    returns

    Future[HttpRequest] the signed HttpRequest

    Exceptions thrown

    AlreadyAuthorizedException if the given HttpRequest already includes an "Authorize" header