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

Allow customization of HttpWebRequest before request is made #14

Closed
khaledh opened this issue Feb 19, 2014 · 0 comments
Closed

Allow customization of HttpWebRequest before request is made #14

khaledh opened this issue Feb 19, 2014 · 0 comments

Comments

@khaledh
Copy link

khaledh commented Feb 19, 2014

Sometimes I'd like to add a header to the request before it's made, e.g. add If-Modified-Since header, or add authentication headers, etc.

I know I can create a class derived from PageRequester and override BuildRequestObject(), but adding a request customization delegate would be a much lower barrier.

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

No branches or pull requests

2 participants