Commit Graph

10 Commits

Author SHA1 Message Date
Zach Borboa e5f1dd8bb6 Fix #48: Clean up syntax per PSR2 2014-04-29 16:57:53 -07:00
Zach Borboa aa71e75cea Fix #47: Add http header redirect parsing test 2014-04-28 19:45:36 -07:00
Zach Borboa 7bbed34b16 Use Content-Type header stored in CONTENT_TYPE per RFC 3875
Normalize $_SERVER['CONTENT_TYPE'] with value from $_SERVER['HTTP_CONTENT_TYPE']
2014-04-17 22:14:49 -07:00
Zach Borboa 3656fdfa62 Decode xml responses seamlessly 2014-04-13 15:20:21 -07:00
Zach Borboa 93350fe3a9 Fix #31: Combine multiple header fields into a comma-separated list 2014-03-29 02:24:04 -07:00
Zach Borboa 468980b836 Fix #24: Add support for HEAD and OPTIONS request methods 2014-03-29 01:07:39 -07:00
Zach Borboa 6a69b12a3c Add request header and response header parsing; Fix error message 2014-03-17 20:43:04 -07:00
Zach Borboa e907901850 Fix #28: Decode json responses seamlessly 2014-03-16 00:36:45 -07:00
Zach Borboa 6c9709af59 Fix #27: Allow case-insensitive access to request headers and response headers 2014-03-14 01:27:06 -07:00
Zach Borboa 19bdf9a3c2 Add Travis CI and PHPUnit configuration; Update file paths for test suite 2014-03-03 20:48:09 -08:00