Hi everyone, the maker of HTTPBot here.
I made the app to solve my own needs - there were times when I was away from my computer, but quickly needed to check an API request and see the response. Existing apps didn't suit my needs, so I built one!
It's heavily inspired by Postman - the defacto tool for this purpose on desktop. This being the case, it does pretty much anything you'd expect a HTTP client to do, including:
- A powerful request editor for easily editing requests, be it GET, POST, PUT and more. It even supports multipart file uploads and binary data.
- Full support for Postman collections & environments.
- Auto-formatted responses according to content-type, for easy viewing.
- Authentication using Basic, OAuth 1.0a and OAuth 2.0.
- My favorite: A web inspector, that lets you see all the requests a browser would make when loading a page, just like on desktop browser dev-tools. There is even a safari extension, so that you can open pages from right there.
I do have a lot more features in mind, that I hope to add in the future. Your thoughts & feedback are welcome.
Todotxt+