Sign up
Log in
Search
K
Log in
Sign up
Docs
Httpbin
Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.
get
https://httpbingo.org
/cache
Headers
If-Modified-Since
If-None-Match
Response
200
Cached response
Shell
200
Sets a Cache-Control header for n seconds.
get
https://httpbingo.org
/cache/{value}
Path Parameters
value
integer
required
Response
200
Cache control set
Shell
200
Assumes the resource has the given etag and responds to If-None-Match and If-Match headers appropriately.
get
https://httpbingo.org
/etag/{etag}
Headers
If-None-Match
If-Match
Response
200
Normal response
Shell
200
Returns a set of response headers from the query string.
get
https://httpbingo.org
/response-headers
Query Parameters
freeform
Response
200
Response headers
Shell
200
Returns a set of response headers from the query string.
post
https://httpbingo.org
/response-headers
Query Parameters
freeform
Response
200
Response headers
Shell
200