-
Notifications
You must be signed in to change notification settings - Fork 223
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
Proposal: Set User-Agent: for all HTTP requests to identify FaaS-CLI #166
Labels
Comments
got it, thanks @alexellis should I base off of your PR or master? |
My PR I'd say - you will need the changes I believe. |
I'm thinking that I can relocate version to it's own package (it's already injected on build for command version) I'm not that great at go, but I think I'm nearly ready |
okay I'm sure it's ready. I'll rebase against yours and merge once complete 👍 |
This was referenced Oct 14, 2017
Completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal: Set User-Agent: for all HTTP requests to identify FaaS-CLI
Expected Behaviour
FaaS-CLI should identify itself through a standard HTTP header.
Current Behaviour
Go-http-client/2.0
Possible Solution
Add headers via Golang calls. See PR in motion #165
The text was updated successfully, but these errors were encountered: