-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update libraries #100
Update libraries #100
Conversation
multiple values to be passed in for the --http-header flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http headers working similar to curl. The http-header parameter can be set multiple times. Libraries upgraded.
Call: Result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added log message for success
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
* added HTTP Header support for API requests * updated used libraries * Update golang 1.22 -> 1.23 in Dockerfile * switching to pflag.StringArrayVar() to allow for multiple values to be passed in for the --http-header flag * upgraded go and static debian versions * Remove binary file * removed logging * commenting out unused vars * Delete cmd/collector/collector deleting collector binary * added upload succeeded log message in api.go
upgraded libraries (on the feat/enable_http_headers branch. Now the build should work).