Commit Graph

7 Commits

Author SHA1 Message Date
Brian Fraser
b1e0aac38f Fixed various failing tests 2012-11-21 17:04:42 -03:00
Daniel Nichter
5581dd8383 Make HTTPMicro.t test names unique. 2012-10-12 10:24:17 -06:00
Brian Fraser
5594f2e64c HTTPMicro: Inline part of IO::Socket::SSL for cases when the local version of the module isn't high enough to support ->verify_hostname(), like in centos5 2012-09-24 16:24:36 -03:00
Daniel Nichter
154303bb89 Use simpler URL HTTPMicro vs. HTTP::Tiny comparison. 2012-08-22 16:27:52 -06:00
Brian Fraser fraserb@gmail.com
e9fc764e02 Fix a broken skip 2012-08-21 14:44:55 -03:00
Brian Fraser fraserb@gmail.com
615c5ad508 Fix several test failures by doing s/HTTP::Micro/HTTPMicro/ 2012-08-21 14:37:10 -03:00
Brian Fraser fraserb@gmail.com
028fa7a047 Added HTTP::Micro.
This is an extremely stripped down HTTP::Tiny, i.e. not comformant
with HTTP/1.1. Basically only GET and POST should work, and
only for explicit content-lengths; chunking is not implemented.
2012-08-08 16:45:28 -03:00