8000 Tags · elazarl/goproxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: elazarl/goproxy

Tags

v1.7.2

Toggle v1.7.2's commit message
Revert "Add next protocols in default TLS configuration (#651)"

This reverts commit 0003d27.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add next protocols in default TLS configuration (#651)

* Add next protocols in default TLS configuration

* Fix CI pipeline

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #637 from elazarl/websocket-direct

Handle Websocket using standard library

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix http request handling (#642)

* Avoid to call filterResponse twice for the same request

* Let the client close the connection when it specifies the Connection: close header

* Remove explicit set of Close to false, since it's unnecessary

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cancel MITM request context when its handling finishes (#634)

* Cancel HTTP MITM request context when we have finished with the request processing

* Cancel HTTPS MITM request context when we have finished with the request processing

* Save most recent request in proxy context

v1.5.0

Toggle v1.5.0's commit message
Revert "Use same Subject of CA as the MITM certificate Subject"

This reverts commit 60626ae.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused TLS option (#625)

v1.4.0-beta.3

Toggle v1.4.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Websocket fix errors (#624)

* Avoid unnecessary logging in websockets

* Add missing TLS server name

v1.4.0-beta.2

Toggle v1.4.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Websocket fix (#623)

* Fix panic when Tr is nil

* Explicitly call handshake for tls connection

v1.4.0-beta.1

Toggle v1.4.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve Websocket implementation (#622)

* Update examples modules

* Remove redundant websocket functions

* Add a custom per-request custom dialer

* Remove unused target URL

* Use configurable dialer also for WSS connections

* Add customizable TLS client initialization for each request
0