diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-30 12:05:50 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-30 12:05:50 +1300 |
commit | f12510d9794c155657e80864529e0198872e7d7d (patch) | |
tree | 8d393ac81ef8929821e4e587af8fe59bd2d2cba5 /doc-src/interception.html | |
parent | 60aa16fc56d67506886315818773d6fedddb2d4f (diff) | |
download | mitmproxy-f12510d9794c155657e80864529e0198872e7d7d.tar.gz mitmproxy-f12510d9794c155657e80864529e0198872e7d7d.tar.bz2 mitmproxy-f12510d9794c155657e80864529e0198872e7d7d.zip |
Spell-check docs, setup.py fixes, add missing files to manifest.
Diffstat (limited to 'doc-src/interception.html')
-rw-r--r-- | doc-src/interception.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/interception.html b/doc-src/interception.html index cf5b7439..2f961b5f 100644 --- a/doc-src/interception.html +++ b/doc-src/interception.html @@ -14,7 +14,7 @@ pattern tells __mitmproxy__ to intercept all requests. For complete filter syntax, see the [Filter expressions](@!urlTo("filters.html")!@) section of this document, or the built-in help function in __mitmproxy__. -### 2: Intercepted conenctions are indicated with a red exclamation mark: +### 2: Intercepted connections are indicated with a red exclamation mark: <img src="@!urlTo('intercept-mid.png')!@"/> @@ -22,7 +22,7 @@ document, or the built-in help function in __mitmproxy__. <img src="@!urlTo('intercept-options.png')!@"/> -In this case, we viewd the request by selecting it, pressed __e__ for "edit" +In this case, we viewed the request by selecting it, pressed __e__ for "edit" and __m__ for "method" to change the HTTP request method. ### 4: Accept the intercept to continue |