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>
|
2016-02-16 19:59:33 +00:00
|
|
|
pathod
|
2012-11-02 01:22:54 +00:00
|
|
|
<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>
|
2016-02-16 19:59:33 +00:00
|
|
|
Behind the pathod and pathoc command-line tools lurks <b>pathod</b>,
|
2015-06-26 09:47:39 +00:00
|
|
|
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>
|
2016-02-16 19:59:33 +00:00
|
|
|
{% include "pathod_pathoc.html" %}
|
2012-11-02 01:22:54 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-22 13:12:20 +00:00
|
|
|
{% endblock %}
|