A powerful HTTP Request & Response Service. Inspired by httpbin.org which is now outdated.
619
A powerful HTTP Request & Response Service. Inspired by httpbin.org / Github Which is now outdated.
docker pull mayankfawkes/httptoy
docker run -p 8000:8000 mayankfawkes/httptoy
Under {} of url path are path parameters, if invalid parameters are found then they will be set to default values, all ints have 0 as default value if invalid parameter is passed.
GET /get
POST /post
DELETE /delete
PATCH /patch
PUT /put
GET /basic/{username}/{password}
GET /basic
GET /bearer
| Parameter | Type | Description |
|---|---|---|
username | string | Required Username for auth |
password | string | Required Password for auth |
GET /deflate
GET /brotli
GET /zlib
GET /gzip
GET /utf8
GET /cookies
GET /cookies/set/{key}/{value}
GET /cookies/delete/{key}
| Parameter | Type | Description |
|---|---|---|
key | string | Required Cookie name |
value | string | Required Cookie value |
GET /image
GET /image/png
GET /image/jpeg
GET /image/svg
GET /image/webp
GET /redirect/{times}
GET /redirect-delay/{delay}/{times}
| Parameter | Type | Description |
|---|---|---|
times | int | Required Number of time redirect |
delay | int | Required Delay in redirect in seconds |
GET /headers
GET /header/{header_name}
GET /ip
| Parameter | Type | Description |
|---|---|---|
header_name | string | Required Name of the request header |
GET /bytes/{count}
GET /base64en/{data}
GET /base64de/{data}
GET /delay/{seconds}
POST /delay/{seconds}
DELETE /delay/{seconds}
PUT /delay/{seconds}
PATCH /delay/{seconds}
GET /uuid
GET /body/{data}
GET /text
GET /json
GET /xml
GET /yaml
GET /html
| Parameter | Type | Description |
|---|---|---|
count | int | Required Number of random bytes return |
data | string | Required String data |
seconds | int | Required Duration in seconds |
GET /status/{code}
POST /status/{code}
DELETE /status/{code}
PUT /status/{code}
PATCH /status/{code}
| Parameter | Type | Description |
|---|---|---|
code | int | Required Valid HTTP Status Codes |
Content type
Image
Digest
sha256:1c4add2a3…
Size
8 MB
Last updated
over 3 years ago
docker pull mayankfawkes/httptoy