mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
14 lines
302 B
HTML
14 lines
302 B
HTML
{% extends "frame.html" %}
|
|
{% block body %}
|
|
<div class="page-header">
|
|
<h1>
|
|
pathoc
|
|
<small>A perverse HTTP client.</small>
|
|
</h1>
|
|
</div>
|
|
|
|
pathoc hostname get:"/foo/bar":h"foo"="bar" get:/wah:b@1m
|
|
|
|
pathoc --ssl hostname get:"/foo/bar":h"foo"="bar" get:"/wah":b@1m
|
|
{% endblock %}
|