File: http.rb [net/http: Ruby Standard Library Documentation]
Last Modified
2017-04-01 12:51:23 -0500
Requires
  • net/protocol
  • uri
  • zlib
  • stringio
  • win32/sspi
  • net/http/exceptions
  • net/http/header
  • net/http/generic_request
  • net/http/request
  • net/http/requests
  • net/http/response
  • net/http/responses
  • net/http/proxy_delta
  • net/http/backward

Description

frozen_string_literal: false

net/http.rb

Copyright © 1999-2007 Yukihiro Matsumoto Copyright © 1999-2007 Minero Aoki Copyright © 2001 GOTOU Yuuzou

Written and maintained by Minero Aoki <aamine@loveruby.net>. HTTPS support added by GOTOU Yuuzou <gotoyuzo@notwork.org>.

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.