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

Send unmodified http request #160

Merged
merged 14 commits into from
Jul 6, 2015
Merged

Send unmodified http request #160

merged 14 commits into from
Jul 6, 2015

Conversation

buger
Copy link
Owner

@buger buger commented Jul 1, 2015

Currently i parse HTTP payload with golang standard http lib, and it removes/adds some headers.

We need much more simple http client that just need to send payload to the socket, without any modifications (except filters we have).

Work in progress

@buger
Copy link
Owner Author

buger commented Jul 5, 2015

Added own efficient HTTP payload modifier library which allows working with headers and path by operating with raw []byte payload.

All HTTP modification like filters or url rewriting moved to separate module (was in http output), so now it can be applied for rest of outputs as well.

buger added a commit that referenced this pull request Jul 6, 2015
@buger buger merged commit 9ddb718 into master Jul 6, 2015
@buger buger mentioned this pull request Jul 8, 2015
8 tasks
@slimus slimus deleted the raw-http-client branch June 3, 2020 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant