Module: IPAccess::Patches::Net::HTTP

Includes:
ACL
Included in:
Net::HTTP
Defined in:
lib/ipaccess/patches/net_http.rb

Overview

Net::HTTP class with IP access control. It uses output access lists.

Constant Summary collapse

IPAC_KNOWN_FLAGS =
[:opened_on_deny, :check_only_proxy, :check_only_real].freeze

Instance Attribute Summary

Attributes included from ACL

#acl, #opened_on_deny

Method Summary

Methods included from ACL

#__ipa_wrap_socket_call, #acl_recheck, #blacklist, #blacklist!, #blacklist_reasonable, #blacklist_reasonable!, #close_on_deny, #close_on_deny=, #default_list, #terminate, #unblacklist, #unblacklist!, #unwhitelist, #unwhitelist!, #valid_acl?, #whitelist, #whitelist!, #whitelist_reasonable, #whitelist_reasonable!