mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
Update http-reply-from-proxy.py (#6117)
* Update http-reply-from-proxy.py Fix #6115 * Update CHANGELOG.md Add one line to unreleased mitmproxy next * Update CHANGELOG.md Correct reference to PR --------- Co-authored-by: Maximilian Hils <git@maximilianhils.com>
This commit is contained in:
parent
0186145035
commit
fd01a0aa95
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased: mitmproxy next
|
||||
|
||||
* Change wording in the [http-reply-from-proxy.py example](https://github.com/mitmproxy/mitmproxy/blob/main/examples/addons/http-reply-from-proxy.py).
|
||||
([#6117](https://github.com/mitmproxy/mitmproxy/pull/6117), @Semnodime)
|
||||
* Added option to specify an elliptic curve for key exchange between mitmproxy <-> server
|
||||
([#6170](https://github.com/mitmproxy/mitmproxy/pull/6170), @Mike-Ki-ASD)
|
||||
* Add "Prettier" code linting tool to mitmweb.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Send a reply from the proxy without sending any data to the remote server."""
|
||||
"""Send a reply from the proxy without sending the request to the remote server."""
|
||||
from mitmproxy import http
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue