Hello from httputil.dev

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: If format is empty and with Accept: application/json header, JSON response will be returned.
    • example:
      • https://httputil.dev/200
      • https://httputil.dev/200/json

And httputil is not only available on httputil.dev, but also httputil.com domain.
Thanks.

More from httputil
All posts