diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2016-02-18 23:10:47 +0100 |
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-18 23:10:47 +0100 |
| commit | 7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3 (patch) | |
| tree | 3f583d91ff97924068f7017f770b710da2768abe /pathod/templates/docs_libpathod.html | |
| parent | be02dd105b7803b7b2b6942f9d254539dfd6ba26 (diff) | |
| parent | 61cde30ef8410dc5400039eea5d312fabf3779a9 (diff) | |
| download | mitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.tar.gz mitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.tar.bz2 mitmproxy-7c6bf7abb3c0e94f9c4dfa77fe0690fe11c6d4d3.zip | |
Merge pull request #964 from mitmproxy/flat-structure
Flat structure
Diffstat (limited to 'pathod/templates/docs_libpathod.html')
| -rw-r--r-- | pathod/templates/docs_libpathod.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pathod/templates/docs_libpathod.html b/pathod/templates/docs_libpathod.html new file mode 100644 index 00000000..8eb6846a --- /dev/null +++ b/pathod/templates/docs_libpathod.html @@ -0,0 +1,23 @@ +{% extends "docframe.html" %} {% block body %} +<div class="page-header"> + <h1> + pathod + <small>Using pathod and pathoc in code.</small> + </h1> +</div> + +<div class="row"> + <div class="span6"> + <p> + Behind the pathod and pathoc command-line tools lurks <b>pathod</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. + </p> + </div> + <div class="span6"> + <h1>pathoc</h1> + {% include "pathod_pathoc.html" %} + </div> +</div> +{% endblock %} |
