Mitchell McKenna - tagged with http http://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com shrikeh/teapot - HTTP Status Codes (PHP Package) http://mitchmckenna.com/post/17065/shrikehteapot-http-status-codes-php-package

If you are using Laravel or Symfony for comparing http status codes eg $status_code = Response::HTTP_NOT_FOUND you might find this library helpful $status_code = Http::NOT_FOUND - it's a little shorter, and the whole RFC description of the status code is in the docblock so you don't have to google what it means.

]]>
Wed, 17 Aug 2016 16:31:00 -0400 http://mitchmckenna.com/post/17065/shrikehteapot-http-status-codes-php-package/shrikehteapot-http-status-codes-php-package
REST Console - a Google Chrome REST/HTTP Client http://mitchmckenna.com/post/10085/rest-console-a-google-chrome-resthttp-client

Makes it easy to visualise and construct custom HTTP requests to test with any RESTful web service. Syntax highlighting, custom headers and construct POST or Put body via raw input.

]]>
Sat, 10 Sep 2011 19:03:00 -0400 http://mitchmckenna.com/post/10085/rest-console-a-google-chrome-resthttp-client/rest-console-a-google-chrome-resthttp-client
ASIHTTPRequest | Objective C Library for HTTP POST/GET http://mitchmckenna.com/post/4898/asihttprequest-objective-c-library-for-http-postget

"ASIHTTPRequest is an easy to use wrapper around the CFNetwork API, makes some of the more tedious aspects of communicating with web servers easier. It is written in Objective-C and works in both Mac OS X & iPhone apps. It is for basic HTTP requests & interacting with REST-based services (GET / POST / PUT / DELETE)."

]]>
Sun, 08 Nov 2009 15:40:00 -0500 http://mitchmckenna.com/post/4898/asihttprequest-objective-c-library-for-http-postget/asihttprequest-objective-c-library-for-http-postget