mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
18 lines
779 B
Plaintext
18 lines
779 B
Plaintext
get:'http://localhost:9999/p/':s'200:b"foo"':ir,'\n'
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,'a'
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,'9'
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,':'
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,'"'
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,'-'
|
|
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,"\n"'
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,"a"'
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,"9"'
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,":"'
|
|
get:'http://localhost:9999/p/':s"200:b'foo':ir,'\"'"
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,"-"'
|
|
get:'http://localhost:9999/p/':s'200:b"foo":dr'
|
|
|
|
get:'http://localhost:9999/p/':s'200:b"foo"':ir,@2
|
|
get:'http://localhost:9999/p/':s'200:b"foo":ir,@2'
|