mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Document raw flag.
This commit is contained in:
parent
a9e60fa3e6
commit
9502eeadaa
@ -86,6 +86,17 @@
|
|||||||
be an integer or "f" to pause forever.
|
be an integer or "f" to pause forever.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
r
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Set the "raw" flag on this response. Pathod will not
|
||||||
|
calculate a Content-Length header if a body is set, or add
|
||||||
|
a Date header to the response.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
@ -238,7 +249,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>octdigits</td>
|
<td>octdigits</td>
|
||||||
<td>0-8</td>
|
<td>0-7</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>punctuation</td>
|
<td>punctuation</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user