mitmproxy/libpathod/templates/docs_pathoc.html
2012-06-29 11:53:59 +12:00

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 %}