Basic Authentication HTTP provider that sets Authorization: Basic <base64> headers using either a raw string or username/password combinations.
Authorization: Basic <base64>
Optional
Generates the structured auth headers for fetch.
A promise resolving to the headers record.
Basic Authentication HTTP provider that sets
Authorization: Basic <base64>headers using either a raw string or username/password combinations.