mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Document Python-style string escaping.
This commit is contained in:
parent
5577d85ce6
commit
3e6f440b8d
@ -218,6 +218,10 @@ various other goodies. Try it by visiting the server root:</p>
|
||||
|
||||
<pre class="example">'fo\'o'</pre>
|
||||
|
||||
<p>Literal values can contain Python-style backslash escape sequences:</p>
|
||||
|
||||
<pre class="example">'foo\r\nbar'</pre>
|
||||
|
||||
|
||||
<h3>Files</h3>
|
||||
|
||||
@ -284,9 +288,11 @@ various other goodies. Try it by visiting the server root:</p>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>ascii</li>
|
||||
<li>ascii_letters</li>
|
||||
<li>ascii_lowercase</li>
|
||||
<li>ascii_uppercase</li>
|
||||
<li>bytes</li>
|
||||
<li>digits</li>
|
||||
<li>hexdigits</li>
|
||||
<li>letters</li>
|
||||
@ -296,8 +302,6 @@ various other goodies. Try it by visiting the server root:</p>
|
||||
<li>punctuation</li>
|
||||
<li>uppercase</li>
|
||||
<li>whitespace</li>
|
||||
<li>ascii</li>
|
||||
<li>bytes</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user