summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-07-19 17:50:38 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-07-19 17:50:38 +0000
commitd403562e3f7ac96df7cee2c1709ecd970b6c9761 (patch)
tree0c8ec1bc7a6e0bf408a0e183b52ef7de174cde9a /README
downloadHTTP-Message-tarball-d403562e3f7ac96df7cee2c1709ecd970b6c9761.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3ba8035
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+The HTTP-Message distribution contains classes useful for representing the
+messages passed in HTTP style communication. These are classes representing
+requests, responses and the headers contained within them.
+
+The following classes are provided:
+
+ HTTP::Message base class (what's common between requests and responses)
+ - HTTP::Request request on a resource (subclass of message)
+ - HTTP::Response response from the resource (subclass of message)
+ HTTP::Headers headers embedded in messages
+
+Other related modules:
+
+ HTTP::Config configuration of request/response handling
+ HTTP::Headers::Util helper functions for parsing of HTTP header values
+ HTTP::Request::Common helper functions for constructing requests
+ HTTP::Status symbolic names for the HTTP response status codes
+
+This library is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Copyright 1995-2008 Gisle Aas.