Skip to content

Commit

Permalink
Merge branch 'feature/readme-content' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Jun 24, 2019
2 parents 018c25e + d3a110e commit d93bbcd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,19 @@ Django HTCPCP-TEA

--- RFC 2324 Section 1

A Django app that implements the TEA extension to HTCPCP as defined in `RFC 7168`_.
A `Django`_ app that implements the TEA extension to HTCPCP as defined in `RFC 7168`_.

This app extends the Django web framework to simulate the functionality of an HTCPCP server. Both the HTCPCP/1.0 protocol from `RFC 2324`_ and the HTCPCP-TEA protocol from `RFC 7168`_ are supported.

.. _RFC 7168: https://tools.ietf.org/html/rfc7168
.. _Django: https://www.djangoproject.com/
.. _RFC 2324: https://tools.ietf.org/html/rfc2324

Notable features:

- Customizable coffee and teapots
- Support for BREW and WHEN HTTP methods
- HTCPCP response codes (e.g. 418 I'm a teapot)

Documentation
-------------
Expand Down

0 comments on commit d93bbcd

Please sign in to comment.