HTTP methods
get
GET request
del
DELETE request
patch
PATCH request
post
POST request
put
PUT request
Auth
get
Basic authentication.
get
Hidden basic authentication.
get
Digest authentication.
get
Digest authentication algorithms.
get
Digest authentication, stale after.
get
Bearer authentication.
Status codes
del
Return the specified HTTP status code, works for all HTTP verbs.
get
Return the specified HTTP status code, works for all HTTP verbs.
patch
Return the specified HTTP status code, works for all HTTP verbs.
post
Return the specified HTTP status code, works for all HTTP verbs.
put
Return the specified HTTP status code, works for all HTTP verbs.
Request inspection
get
HTTP request headers.
get
IP address of the client.
get
The client's user agent.
Response inspection
get
Caching
get
Cache control.
get
Work with ETags.
get
Set response headers.
post
Set response headers.
Response formats
get
A simple page that is denied for robots.
get
Send gzip encoded data.
get
Deflated data.
get
brotli compression
get
Send UTF-8 enconded data.
get
Send an HTML page.
get
Send a JSON document.
get
Send example `robots.txt` rules.
get
Send an XML document.
Dynamic data
get
Base64 decoder
get
Random bytes.
get
Delayed response.
get
Drip bytes
get
Links
get
Stream JSON chunks.
get
Stream in chunks.
get
Range requests.
head
Range requests..
get
Random UUID.
Cookies
get
Cookie data.
get
Delete cookies.
get
Set cookies.