diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2020-04-08 20:21:12 +0200 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2020-04-08 20:21:12 +0200 |
| commit | 9d5305301a8e073cbb64bb6574e66bb34373935a (patch) | |
| tree | 7f30b0412a9974751846c757d44889694d00dc7b /docs/src/content/addons-events.md | |
| parent | 40925181e9d64c727f75e89acf0205bb4b87bb3a (diff) | |
| parent | 4d6886a0f4ebbf6bc66b74fa548ff724ba2ad660 (diff) | |
| download | mitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.tar.gz mitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.tar.bz2 mitmproxy-9d5305301a8e073cbb64bb6574e66bb34373935a.zip | |
Merge remote-tracking branch 'origin/master' into fix-ci
Diffstat (limited to 'docs/src/content/addons-events.md')
| -rw-r--r-- | docs/src/content/addons-events.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/src/content/addons-events.md b/docs/src/content/addons-events.md index 489ea342..ddf0a99f 100644 --- a/docs/src/content/addons-events.md +++ b/docs/src/content/addons-events.md @@ -21,4 +21,18 @@ header with a count of the number of responses seen: Below is an addon class that implements stubs for all events. We've added annotations to illustrate the argument types for the various events. -{{< example src="examples/addons/events.py" lang="py" >}}
\ No newline at end of file +### Generic Events + +{{< example src="examples/addons/events.py" lang="py" >}} + +### HTTP Events + +{{< example src="examples/addons/events-http-specific.py" lang="py" >}} + +### WebSocket Events + +{{< example src="examples/addons/events-websocket-specific.py" lang="py" >}} + +### TCP Events + +{{< example src="examples/addons/events-tcp-specific.py" lang="py" >}} |
