mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
Fix a typo in events.rst
This PR fixes a tiny typo in the documentation.
This commit is contained in:
parent
aa41ff78c2
commit
5eb2d8a813
1 changed files with 4 additions and 4 deletions
|
|
@ -100,10 +100,10 @@ HTTP Events
|
|||
|
||||
* - .. py:function:: http_connect(flow)
|
||||
- Called when we receive an HTTP CONNECT request. Setting a non 2xx
|
||||
response on the flow will return the response to the client abort the
|
||||
connection. CONNECT requests and responses do not generate the usual
|
||||
HTTP handler events. CONNECT requests are only valid in regular and
|
||||
upstream proxy modes.
|
||||
response on the flow will return the response to the client and abort
|
||||
the connection. CONNECT requests and responses do not generate the
|
||||
usual HTTP handler events. CONNECT requests are only valid in regular
|
||||
and upstream proxy modes.
|
||||
|
||||
*flow*
|
||||
A ``models.HTTPFlow`` object. The flow is guaranteed to have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue