mitmproxy/libpathod/templates/docs_libpathod.html

24 lines
669 B
HTML
Raw Normal View History

2015-06-22 13:12:20 +00:00
{% extends "docframe.html" %} {% block body %}
2012-11-02 01:22:54 +00:00
<div class="page-header">
2015-06-22 13:12:20 +00:00
<h1>
2012-11-02 01:22:54 +00:00
libpathod
<small>Using pathod and pathoc in code.</small>
</h1>
</div>
2012-10-03 23:17:35 +00:00
2012-11-02 01:22:54 +00:00
<div class="row">
<div class="span6">
2015-06-22 13:12:20 +00:00
<p>
2015-06-26 09:47:39 +00:00
Behind the pathod and pathoc command-line tools lurks <b>libpathod</b>,
a powerful library for manipulating and serving HTTP requests and responses.
The canonical documentation for the library is in the code, and can be
accessed using pydoc.
2015-06-22 13:12:20 +00:00
</p>
2012-11-02 01:22:54 +00:00
</div>
<div class="span6">
2015-06-22 13:12:20 +00:00
<h1>pathoc</h1>
2012-11-02 01:22:54 +00:00
{% include "libpathod_pathoc.html" %}
</div>
</div>
2015-06-22 13:12:20 +00:00
{% endblock %}