module HTTParty
module HTTParty::ClassMethods
module HTTParty::HashConversions
module HTTParty::Logger
module HTTParty::ModuleInheritableAttributes
module HTTParty::ModuleInheritableAttributes::ClassMethods
module HTTParty::Utils
module Net
module Net::HTTPHeader
class HTTParty::Basement
class HTTParty::ConnectionAdapter
class HTTParty::CookieHash
class HTTParty::Decompressor
class HTTParty::DuplicateLocationHeader
class HTTParty::Error
class HTTParty::HeadersProcessor
class HTTParty::Logger::ApacheFormatter
class HTTParty::Logger::CurlFormatter
class HTTParty::Logger::LogstashFormatter
class HTTParty::Parser
class HTTParty::RedirectionTooDeep
class HTTParty::Request
class HTTParty::Request::Body
class HTTParty::Request::MultipartBoundary
class HTTParty::Response
class HTTParty::Response::Headers
class HTTParty::ResponseError
class HTTParty::ResponseFragment
class HTTParty::TextEncoder
class HTTParty::UnsupportedFormat
class HTTParty::UnsupportedURIScheme
class Net::HTTPHeader::DigestAuthenticator
httparty
0.21.0
# setup_digest_auth
def setup_digest_auth @raw_request.digest_auth(username, password, last_response) end