We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eee5b commit 28fcb39Copy full SHA for 28fcb39
README.md
@@ -43,6 +43,13 @@ An alternative http header name for the token can be set by passing in the alter
43
client.inject_token('very-long-and-secure-token','x-api-key')
44
```
45
46
+If you need more options for headers use
47
+
48
+```py
49
+client.inject_headers({'your_custom_header_name' : 'your_custom_header_value' ,
50
+ 'your_custom_header_name_2' :'your_custom_header_value_2'})
51
+```
52
53
## License
54
55
[MIT License](http://opensource.org/licenses/MIT)
0 commit comments