Basic Authentication provider
Description
Provides a handler for Basic HTTP authentication via the Authorization header.
Methods
Name | Description |
---|---|
Requests_Auth_Basic::__construct | Constructor |
Requests_Auth_Basic::curl_before_send | Set cURL parameters before the data is sent |
Requests_Auth_Basic::fsockopen_header | Add extra headers to the request before sending |
Requests_Auth_Basic::getAuthString | Get the authentication string (user:pass) |
Requests_Auth_Basic::register | Register the necessary callbacks |
User Contributed Notes
You must log in before being able to contribute a note or feedback.