Hello from httputil.dev
March 13, 2019•85 words
httputil is a handy HTTP endpoint for Web developers that focuses on simplicity of use, memorability.
Now it's work in progress for now, we will provide these endpoints:
- HTTP Statuses
- route:
https://httputil.dev/{status code}{/format(optional)}
- URL parameters
status code
format
: Response format. choices:plain
,json
,xml
.
- Headers
Accept
: Ifformat
is empty and withAccept: application/json
header, JSON response will be returned.
- URL parameters
- example:
https://httputil.dev/200
https://httputil.dev/200/json
- route:
And httputil is not only available on httputil.dev, but also httputil.com domain.
Thanks.