Class Mechanize::HTTP
In: lib/mechanize/http.rb
lib/mechanize/http/auth_challenge.rb
lib/mechanize/http/content_disposition_parser.rb
Parent: Object

Mechanize::HTTP contains classes for communicated with HTTP servers. All API under this namespace is considered private and is subject to change at any time.

Classes and Modules

Class Mechanize::HTTP::Agent
Class Mechanize::HTTP::AuthChallenge
Class Mechanize::HTTP::AuthRealm
Class Mechanize::HTTP::AuthStore
Class Mechanize::HTTP::ContentDispositionParser
Class Mechanize::HTTP::WWWAuthenticateParser

Constants

AuthChallenge = Struct.new :scheme, :params
ContentDisposition = Struct.new :type, :filename, :creation_date, :modification_date, :read_date, :size, :parameters

[Validate]