module Async
module Async::HTTP
module Async::HTTP::Body
module Async::HTTP::Middleware
module Async::HTTP::Mock
module Async::HTTP::Protocol
module Async::HTTP::Protocol::HTTP
module Async::HTTP::Protocol::HTTP1
module Async::HTTP::Protocol::HTTP10
module Async::HTTP::Protocol::HTTP11
module Async::HTTP::Protocol::HTTP2
module Async::HTTP::Protocol::HTTP2::Connection
module Async::HTTP::Protocol::HTTPS
module Async::HTTP::Proxy::Client
class Async::HTTP::Body::Hijack
class Async::HTTP::Body::Pipe
class Async::HTTP::Body::Statistics
class Async::HTTP::Client
class Async::HTTP::Endpoint
class Async::HTTP::Internet
class Async::HTTP::Middleware::LocationRedirector
class Async::HTTP::Middleware::LocationRedirector::TooManyRedirects
class Async::HTTP::Mock::Endpoint
class Async::HTTP::Protocol::HTTP1::Client
class Async::HTTP::Protocol::HTTP1::Connection
class Async::HTTP::Protocol::HTTP1::Finishable
class Async::HTTP::Protocol::HTTP1::Request
class Async::HTTP::Protocol::HTTP1::Response
class Async::HTTP::Protocol::HTTP1::Server
class Async::HTTP::Protocol::HTTP2::Client
class Async::HTTP::Protocol::HTTP2::Input
class Async::HTTP::Protocol::HTTP2::Output
class Async::HTTP::Protocol::HTTP2::Request
class Async::HTTP::Protocol::HTTP2::Request::Stream
class Async::HTTP::Protocol::HTTP2::Response
class Async::HTTP::Protocol::HTTP2::Response::Stream
class Async::HTTP::Protocol::HTTP2::Server
class Async::HTTP::Protocol::HTTP2::Stream
class Async::HTTP::Protocol::Request
class Async::HTTP::Protocol::RequestFailed
class Async::HTTP::Protocol::Response
class Async::HTTP::Proxy
class Async::HTTP::Proxy::ConnectFailure
class Async::HTTP::Server
class Async::HTTP::Statistics
async-http
0.83.1
# localhost?
def localhost? @url.hostname =~ /^(.*?\.)?localhost\.?$/ end