BasicAuthExtension

com.github.cloudfiles.core.http.auth.BasicAuthExtension

An actor implementation that adds basic authentication to HTTP requests.

Based on the given configuration, a proper ''Authorization'' header is added to HTTP requests before they are forwarded to the actual actor responsible for sending requests.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(requestSender: ActorRef[HttpCommand], config: BasicAuthConfig): Behavior[HttpCommand]