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.
AuthChallenge | = | Struct.new :scheme, :params |
ContentDisposition | = | Struct.new :type, :filename, :creation_date, :modification_date, :read_date, :size, :parameters |