mitmproxy/libpathod/templates/docs_pathoc.html

14 lines
302 B
HTML
Raw Normal View History

2012-06-28 23:53:59 +00:00
{% extends "frame.html" %}
{% block body %}
2012-06-23 23:14:54 +00:00
<div class="page-header">
<h1>
pathoc
<small>A perverse HTTP client.</small>
</h1>
</div>
2012-06-23 22:18:20 +00:00
pathoc hostname get:"/foo/bar":h"foo"="bar" get:/wah:b@1m
2012-06-23 22:18:20 +00:00
pathoc --ssl hostname get:"/foo/bar":h"foo"="bar" get:"/wah":b@1m
2012-06-28 23:53:59 +00:00
{% endblock %}