Additional headers to put in the HTTP request. These should be formatted Name: value, like for example:
Config config; config.additionalHeaders ~= "Authorization: Bearer your_auth_token_here";
See Implementation
Added February 19, 2021 (included in dub version 9.2)
Additional headers to put in the HTTP request. These should be formatted Name: value, like for example: