Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/http-mhttp
Release history of HTTP-MHTTP
https://github.com/neilb/http-mhttp
Last synced: 18 days ago
JSON representation
Release history of HTTP-MHTTP
- Host: GitHub
- URL: https://github.com/neilb/http-mhttp
- Owner: neilb
- Created: 2012-06-17T20:36:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-17T22:58:49.000Z (over 12 years ago)
- Last Synced: 2024-11-06T02:09:19.267Z (2 months ago)
- Language: C
- Homepage: http://search.cpan.org/dist/HTTP-MHTTP/
- Size: 123 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
HTTP::MHTTP
=============Copyright (c) 2003 Piers Harding.
All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of either:
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
later version, or
b) the "Artistic License"HTTP::MHTTP is a fast http client library for Perl. its advantages are that
it gives you low level access to constructing the HTTP requests, and it
handles GET, POST, PUT, HEAD, and DELETE.Basic SSL support can be compiled in - this does not validate certificates,
but enables the TLS level negotiation.To compile in SSL support then amend the call to perl Makefile.PL to be:
GOTSSL=yes perl Makefile.PLYou may need to amend the Makefile.PL script to ensure that the CFLAGS, and
LDFLAGS (INC, and LIBS) are pointing at your openssl installation correctly.The test suite assumes that you have access to the internet - so if the
tests fail then it is most likely due to you not being able to hit
http://www.piersharding.comperl Makefile.PL <= change this to "GOTSSL=yes perl Makefile.PL" for SSL support
make
make test
make installDance.
for more details:
perldoc HTTP::MHTTP
Piers Harding - [email protected]
Somewhere arround: Fri Jan 3 09:48:04 GMT 2003