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

The system will automatically populate a small set of request headers #22

Open
4 tasks done
stevenklassen8376 opened this issue Mar 6, 2021 · 0 comments
Open
4 tasks done
Labels
requirement Requirement tracking

Comments

@stevenklassen8376
Copy link
Contributor

stevenklassen8376 commented Mar 6, 2021

This will include the following headers:

  • Host - by querying the local hostname of the machine on which we are running
  • User-Agent - set to something like "Crest/1.0; Intel Mac OS X 10.9;" depending on just how much we can determine
  • Content-Length - computed from the input request content
  • Content-Type - guessed (if possible) from the input request content

This should be overridable via the configuration file and the command line. (Details to be determined)

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

No branches or pull requests

1 participant