http.rb

Path: net/http.rb
Last Update: Thu Dec 04 21:22:53 GMT+10:00 2003

net/http.rb

Copyright © 1999-2003 Yukihiro Matsumoto Copyright © 1999-2003 Minero Aoki

Written & maintained by Minero Aoki <aamine@loveruby.net>.

This file is derived from "http-access.rb".

Documented by Minero Aoki; converted to RDoc by William Webber.

This program is free software. You can re-distribute and/or modify this program under the same terms of ruby itself — Ruby Distribution License or GNU General Public License.

See Net:::HTTP for an overview and examples.

NOTE: You can find Japanese version of this document here: www.ruby-lang.org/ja/man/?cmd=view;name=net%2Fhttp.rb

Required files

net/protocol   uri  

Classes and Modules

Module Net
  ::Module Net::HTTPExceptions
  ::Module Net::HTTPHeader
  ::Module Net::NetPrivate
  ::Class Net::HTTP
  ::  ::Class Net::HTTP::Get
  ::  ::Class Net::HTTP::Head
  ::  ::Class Net::HTTP::Post
  ::  ::Class Net::HTTP::Put
  ::Class Net::HTTPError
  ::Class Net::HTTPFatalError
  ::Class Net::HTTPGenericRequest
  ::Class Net::HTTPRequest
  ::Class Net::HTTPResponse
  ::Class Net::HTTPRetriableError
  ::Class Net::HTTPServerException

[Validate]