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 codeformat: Response format. choices:plain,json,xml.
- Headers
Accept: Ifformatis empty and withAccept: application/jsonheader, JSON response will be returned.
- URL parameters
- example:
https://httputil.dev/200https://httputil.dev/200/json
- route:
And httputil is not only available on httputil.dev, but also httputil.com domain.
Thanks.