Kenneth Reitz 0626b048fa epio
2011-06-12 14:53:40 -04:00
2011-06-12 14:53:40 -04:00
2011-06-12 13:33:58 -04:00
2011-06-12 14:53:40 -04:00
2011-06-12 13:29:23 -04:00
2011-06-12 13:25:04 -04:00
2011-06-12 14:46:21 -04:00

HttpBin: PostBin++
==================

Testing an HTTP Library can become difficult sometimes. PostBin is fantastic
for testing POST requests, but not much else. This will cover everything.

I would have simply forked PostBin, but it's hosted on GAE. No.

Plans at the moment are to return JSON for all responses. Request storage / aggregation may or may not exist. We'll see.




Endpoints
---------

``/user-agent``
    Returns your user agent string.

``/headers``
    Returns all Request headers.

``/get``
    Returns GET data.

``/post``
    Returns POST data.

``/put``
    Returns PUT data.

``/delete``
    Returns DELETE data.



License
-------

ISC.


Tools
-----

- Flask
- ep.io
- (maybe) Redis
S
Description
No description provided
Readme ISC 904 KiB
Languages
Python 77.4%
HTML 22.2%
Dockerfile 0.4%