mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
basic plans
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
Panbin: PostBin++
|
||||
=================
|
||||
|
||||
Testing an HTTP Library can become difficult sometimes. PostBin is fantastic
|
||||
for testing
|
||||
|
||||
Plans at the moment are to return JSON for all responses. Request aggregation
|
||||
may or may not
|
||||
|
||||
|
||||
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user