graphql
graphql copied to clipboard
graphql: add ability to make requests with specific accept headers
This allows to make usages of some GitHub preview features.
Signed-off-by: André Martins [email protected]
I have the problem that a server I'm working against expects specific headers. Instead of this PR I'd suggest adding a request factory that allows to modify the entire request. PR to follow.