Commit Graph

7 Commits

Author SHA1 Message Date
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
Brian Fraser
ee338f7ceb v-c: Re-enable https by default, make --version-check take an optional protocol argument 2012-09-13 10:39:04 -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
Daniel Nichter
cdc51df9e6 Fix HTTPMicro POST: attach content to request. Validate type. 2012-08-10 11:00:26 -06:00
Brian Fraser fraserb@gmail.com
9d33a8e2aa Removed ssl support 2012-08-09 11:14:51 -03:00
Brian Fraser fraserb@gmail.com
49bf177b6a Magic tags and copyright 2012-08-08 16:54:20 -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