A native macOS HTTP client for working with API requests, including handling for dynamic values, authentication, extensions and more.
#http
jakubroztocil/httpie
HTTPie is a command line HTTP client, a user-friendly cURL replacement. http://httpie.org
interagent/prmd
JSON Schema tools and doc generation for HTTP APIs
interagent/http-api-design
HTTP API design guide extracted from work on the Heroku Platform API
Fenix Web Server
a simple static desktop web server
iPad HTTP Debugging with Charles
iPad HTTP Debugging with Charles
Route an iPad through Charles, on your computer, so you can sniff the traffic and see what’s going on.
hurl
A web service for testing web services. Performs HTTP requests and gives you the full request/response. Allows you to save requests etc
Charles Web Debugging Proxy
“Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).”
How to use curl_multi() without blocking
How to use curl_multi() without blocking
Good post on more efficient use of curl_multi() under PHP. Much better use of resources than most examples around the place.