Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP Headers to parser #144

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

albadraco
Copy link

I wanted to be able to add different headers for different targets such as: "If-None-Match" .. So I did the below, take or leave as ye wish,

Side notes: go 1.14 (which i am using), doesn't like the argument context.Context as the second, it complains that it should be the first argument. ( i did not change )

Tried to make it backward compatible so no current user would have to change.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 60.804% when pulling 80f0d78 on albadraco:master into 4298e43 on mmcdole:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants