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

Shortcut for add Headers and Query String #9

Closed
lucassklp opened this issue Sep 23, 2019 · 0 comments
Closed

Shortcut for add Headers and Query String #9

lucassklp opened this issue Sep 23, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request proposal Proposal a new feature

Comments

@lucassklp
Copy link
Owner

It could be like:

AddHeader(new Dictionary<string, string>(){
{"key1": "value1"},
{"key2": val}
//...
});

Or simply:

AddHeader(new {
key1: "value1",
key2: "value2"
})
@lucassklp lucassklp added enhancement New feature or request proposal Proposal a new feature labels Sep 23, 2019
@lucassklp lucassklp self-assigned this Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request proposal Proposal a new feature
Projects
None yet
Development

No branches or pull requests

1 participant