httpclient 2.1.5 → 2.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +85 -0
- data/bin/httpclient +77 -0
- data/bin/jsonclient +85 -0
- data/lib/hexdump.rb +50 -0
- data/lib/http-access2.rb +6 -4
- data/lib/httpclient/auth.rb +575 -173
- data/lib/httpclient/cacert.pem +3952 -0
- data/lib/httpclient/cacert1024.pem +3866 -0
- data/lib/httpclient/connection.rb +6 -2
- data/lib/httpclient/cookie.rb +162 -504
- data/lib/httpclient/http.rb +334 -119
- data/lib/httpclient/include_client.rb +85 -0
- data/lib/httpclient/jruby_ssl_socket.rb +588 -0
- data/lib/httpclient/session.rb +385 -288
- data/lib/httpclient/ssl_config.rb +195 -155
- data/lib/httpclient/ssl_socket.rb +150 -0
- data/lib/httpclient/timeout.rb +14 -10
- data/lib/httpclient/util.rb +142 -6
- data/lib/httpclient/version.rb +3 -0
- data/lib/httpclient/webagent-cookie.rb +459 -0
- data/lib/httpclient.rb +509 -202
- data/lib/jsonclient.rb +63 -0
- data/lib/oauthclient.rb +111 -0
- data/sample/async.rb +8 -0
- data/sample/auth.rb +11 -0
- data/sample/cookie.rb +18 -0
- data/sample/dav.rb +103 -0
- data/sample/howto.rb +49 -0
- data/sample/jsonclient.rb +67 -0
- data/sample/oauth_buzz.rb +57 -0
- data/sample/oauth_friendfeed.rb +59 -0
- data/sample/oauth_twitter.rb +61 -0
- data/sample/ssl/0cert.pem +22 -0
- data/sample/ssl/0key.pem +30 -0
- data/sample/ssl/1000cert.pem +19 -0
- data/sample/ssl/1000key.pem +18 -0
- data/sample/ssl/htdocs/index.html +10 -0
- data/sample/ssl/ssl_client.rb +22 -0
- data/sample/ssl/webrick_httpsd.rb +29 -0
- data/sample/stream.rb +21 -0
- data/sample/thread.rb +27 -0
- data/sample/wcat.rb +21 -0
- data/test/ca-chain.pem +44 -0
- data/test/ca.cert +23 -0
- data/test/client-pass.key +18 -0
- data/test/client.cert +19 -0
- data/test/client.key +15 -0
- data/test/helper.rb +131 -0
- data/test/htdigest +1 -0
- data/test/htpasswd +2 -0
- data/test/jruby_ssl_socket/test_pemutils.rb +32 -0
- data/test/runner.rb +2 -0
- data/test/server.cert +19 -0
- data/test/server.key +15 -0
- data/test/sslsvr.rb +65 -0
- data/test/subca.cert +21 -0
- data/test/test_auth.rb +492 -0
- data/test/test_cookie.rb +309 -0
- data/test/test_hexdump.rb +14 -0
- data/test/test_http-access2.rb +508 -0
- data/test/test_httpclient.rb +2145 -0
- data/test/test_include_client.rb +52 -0
- data/test/test_jsonclient.rb +80 -0
- data/test/test_ssl.rb +559 -0
- data/test/test_webagent-cookie.rb +465 -0
- metadata +85 -44
- data/lib/httpclient/auth.rb.orig +0 -513
- data/lib/httpclient/cacert.p7s +0 -1579
- data/lib/httpclient.rb.orig +0 -1020
- data/lib/tags +0 -908
data/lib/tags
DELETED
@@ -1,908 +0,0 @@
|
|
1
|
-
::HTTP httpclient/http.rb /^module HTTP/
|
2
|
-
::HTTP::Message httpclient/http.rb /^ class Message/
|
3
|
-
::HTTP::Message#HTTP::Message.new httpclient/http.rb /^ def initialize/
|
4
|
-
::HTTP::Message#body httpclient/http.rb /^ attr_reader :body/
|
5
|
-
::HTTP::Message#body= httpclient/http.rb /^ def body=/
|
6
|
-
::HTTP::Message#code httpclient/http.rb /^ alias code/
|
7
|
-
::HTTP::Message#content httpclient/http.rb /^ def content/
|
8
|
-
::HTTP::Message#contenttype httpclient/http.rb /^ def contenttype/
|
9
|
-
::HTTP::Message#contenttype= httpclient/http.rb /^ def contenttype=/
|
10
|
-
::HTTP::Message#dump httpclient/http.rb /^ def dump/
|
11
|
-
::HTTP::Message#header httpclient/http.rb /^ attr_accessor :header/
|
12
|
-
::HTTP::Message#peer_cert httpclient/http.rb /^ attr_accessor :peer_cert/
|
13
|
-
::HTTP::Message#reason httpclient/http.rb /^ def reason/
|
14
|
-
::HTTP::Message#reason= httpclient/http.rb /^ def reason=/
|
15
|
-
::HTTP::Message#status httpclient/http.rb /^ def status/
|
16
|
-
::HTTP::Message#status= httpclient/http.rb /^ def status=/
|
17
|
-
::HTTP::Message#status_code httpclient/http.rb /^ alias status_code/
|
18
|
-
::HTTP::Message#version httpclient/http.rb /^ def version/
|
19
|
-
::HTTP::Message#version= httpclient/http.rb /^ def version=/
|
20
|
-
::HTTP::Message.create_query_part_str httpclient/http.rb /^ def create_query_part_str/
|
21
|
-
::HTTP::Message.escape httpclient/http.rb /^ def escape/
|
22
|
-
::HTTP::Message.escape_query httpclient/http.rb /^ def escape_query/
|
23
|
-
::HTTP::Message.file? httpclient/http.rb /^ def file?/
|
24
|
-
::HTTP::Message.get_mime_type_func httpclient/http.rb /^ alias get_mime_type_func/
|
25
|
-
::HTTP::Message.internal_mime_type httpclient/http.rb /^ def internal_mime_type/
|
26
|
-
::HTTP::Message.keep_alive_enabled? httpclient/http.rb /^ def keep_alive_enabled?/
|
27
|
-
::HTTP::Message.mime_type httpclient/http.rb /^ def mime_type/
|
28
|
-
::HTTP::Message.mime_type_handler httpclient/http.rb /^ def mime_type_handler/
|
29
|
-
::HTTP::Message.mime_type_handler= httpclient/http.rb /^ def mime_type_handler=/
|
30
|
-
::HTTP::Message.multiparam_query? httpclient/http.rb /^ def multiparam_query?/
|
31
|
-
::HTTP::Message.new_connect_request httpclient/http.rb /^ def new_connect_request/
|
32
|
-
::HTTP::Message.new_request httpclient/http.rb /^ def new_request/
|
33
|
-
::HTTP::Message.new_response httpclient/http.rb /^ def new_response/
|
34
|
-
::HTTP::Message.set_mime_type_func httpclient/http.rb /^ alias set_mime_type_func/
|
35
|
-
::HTTP::Message::Body httpclient/http.rb /^ class Body/
|
36
|
-
::HTTP::Message::Body#HTTP::Message::Body.new httpclient/http.rb /^ def initialize/
|
37
|
-
::HTTP::Message::Body#build_query_multipart_str httpclient/http.rb /^ def build_query_multipart_str/
|
38
|
-
::HTTP::Message::Body#chunk_size httpclient/http.rb /^ attr_accessor :chunk_size/
|
39
|
-
::HTTP::Message::Body#content httpclient/http.rb /^ def content/
|
40
|
-
::HTTP::Message::Body#dump httpclient/http.rb /^ def dump/
|
41
|
-
::HTTP::Message::Body#dump_chunk httpclient/http.rb /^ def dump_chunk/
|
42
|
-
::HTTP::Message::Body#dump_chunk_size httpclient/http.rb /^ def dump_chunk_size/
|
43
|
-
::HTTP::Message::Body#dump_chunked httpclient/http.rb /^ def dump_chunked/
|
44
|
-
::HTTP::Message::Body#dump_chunks httpclient/http.rb /^ def dump_chunks/
|
45
|
-
::HTTP::Message::Body#dump_last_chunk httpclient/http.rb /^ def dump_last_chunk/
|
46
|
-
::HTTP::Message::Body#init_request httpclient/http.rb /^ def init_request/
|
47
|
-
::HTTP::Message::Body#init_response httpclient/http.rb /^ def init_response/
|
48
|
-
::HTTP::Message::Body#params_from_file httpclient/http.rb /^ def params_from_file/
|
49
|
-
::HTTP::Message::Body#remember_pos httpclient/http.rb /^ def remember_pos/
|
50
|
-
::HTTP::Message::Body#reset_pos httpclient/http.rb /^ def reset_pos/
|
51
|
-
::HTTP::Message::Body#set_content httpclient/http.rb /^ def set_content/
|
52
|
-
::HTTP::Message::Body#size httpclient/http.rb /^ attr_reader :size/
|
53
|
-
::HTTP::Message::Body::Parts httpclient/http.rb /^ class Parts/
|
54
|
-
::HTTP::Message::Body::Parts#HTTP::Message::Body::Parts.new httpclient/http.rb /^ def initialize/
|
55
|
-
::HTTP::Message::Body::Parts#add httpclient/http.rb /^ def add/
|
56
|
-
::HTTP::Message::Body::Parts#parts httpclient/http.rb /^ def parts/
|
57
|
-
::HTTP::Message::Body::Parts#size httpclient/http.rb /^ attr_reader :size/
|
58
|
-
::HTTP::Message::Headers httpclient/http.rb /^ class Headers/
|
59
|
-
::HTTP::Message::Headers#HTTP::Message::Headers.new httpclient/http.rb /^ def initialize/
|
60
|
-
::HTTP::Message::Headers#[] httpclient/http.rb /^ def []/
|
61
|
-
::HTTP::Message::Headers#[]= httpclient/http.rb /^ def []=/
|
62
|
-
::HTTP::Message::Headers#add httpclient/http.rb /^ def add/
|
63
|
-
::HTTP::Message::Headers#all httpclient/http.rb /^ def all/
|
64
|
-
::HTTP::Message::Headers#body_charset httpclient/http.rb /^ attr_accessor :body_charset # :nodoc:/
|
65
|
-
::HTTP::Message::Headers#body_date httpclient/http.rb /^ attr_accessor :body_date # :nodoc:/
|
66
|
-
::HTTP::Message::Headers#body_size httpclient/http.rb /^ attr_reader :body_size/
|
67
|
-
::HTTP::Message::Headers#body_size= httpclient/http.rb /^ def body_size=/
|
68
|
-
::HTTP::Message::Headers#body_type httpclient/http.rb /^ attr_accessor :body_type # :nodoc:/
|
69
|
-
::HTTP::Message::Headers#charset_label httpclient/http.rb /^ def charset_label/
|
70
|
-
::HTTP::Message::Headers#chunked httpclient/http.rb /^ attr_accessor :chunked/
|
71
|
-
::HTTP::Message::Headers#contenttype httpclient/http.rb /^ def contenttype/
|
72
|
-
::HTTP::Message::Headers#contenttype= httpclient/http.rb /^ def contenttype=/
|
73
|
-
::HTTP::Message::Headers#create_query_uri httpclient/http.rb /^ def create_query_uri/
|
74
|
-
::HTTP::Message::Headers#delete httpclient/http.rb /^ def delete/
|
75
|
-
::HTTP::Message::Headers#dump httpclient/http.rb /^ def dump/
|
76
|
-
::HTTP::Message::Headers#get httpclient/http.rb /^ def get/
|
77
|
-
::HTTP::Message::Headers#http_version httpclient/http.rb /^ attr_accessor :http_version/
|
78
|
-
::HTTP::Message::Headers#init_connect_request httpclient/http.rb /^ def init_connect_request/
|
79
|
-
::HTTP::Message::Headers#init_request httpclient/http.rb /^ def init_request/
|
80
|
-
::HTTP::Message::Headers#init_response httpclient/http.rb /^ def init_response/
|
81
|
-
::HTTP::Message::Headers#reason_phrase httpclient/http.rb /^ attr_accessor :reason_phrase/
|
82
|
-
::HTTP::Message::Headers#request_line httpclient/http.rb /^ def request_line/
|
83
|
-
::HTTP::Message::Headers#request_method httpclient/http.rb /^ attr_reader :request_method/
|
84
|
-
::HTTP::Message::Headers#request_query httpclient/http.rb /^ attr_accessor :request_query/
|
85
|
-
::HTTP::Message::Headers#request_uri httpclient/http.rb /^ attr_accessor :request_uri/
|
86
|
-
::HTTP::Message::Headers#request_via_proxy httpclient/http.rb /^ attr_accessor :request_via_proxy/
|
87
|
-
::HTTP::Message::Headers#response_status_line httpclient/http.rb /^ def response_status_line/
|
88
|
-
::HTTP::Message::Headers#set httpclient/http.rb /^ def set/
|
89
|
-
::HTTP::Message::Headers#set_header httpclient/http.rb /^ def set_header/
|
90
|
-
::HTTP::Message::Headers#set_request_header httpclient/http.rb /^ def set_request_header/
|
91
|
-
::HTTP::Message::Headers#set_response_header httpclient/http.rb /^ def set_response_header/
|
92
|
-
::HTTP::Message::Headers#status_code httpclient/http.rb /^ attr_reader :status_code/
|
93
|
-
::HTTP::Message::Headers#status_code= httpclient/http.rb /^ def status_code=/
|
94
|
-
::HTTP::Status httpclient/http.rb /^ module Status/
|
95
|
-
::HTTP::Status.redirect? httpclient/http.rb /^ def self.redirect?/
|
96
|
-
::HTTP::Status.successful? httpclient/http.rb /^ def self.successful?/
|
97
|
-
::HTTPClient httpclient.rb /^class HTTPClient/
|
98
|
-
::HTTPClient httpclient/auth.rb /^class HTTPClient/
|
99
|
-
::HTTPClient httpclient/connection.rb /^class HTTPClient/
|
100
|
-
::HTTPClient httpclient/session.rb /^class HTTPClient/
|
101
|
-
::HTTPClient httpclient/ssl_config.rb /^class HTTPClient/
|
102
|
-
::HTTPClient httpclient/timeout.rb /^class HTTPClient/
|
103
|
-
::HTTPClient httpclient/util.rb /^class HTTPClient/
|
104
|
-
::HTTPClient#HTTPClient.new httpclient.rb /^ def initialize/
|
105
|
-
::HTTPClient#cookie_manager httpclient.rb /^ attr_accessor :cookie_manager/
|
106
|
-
::HTTPClient#create_boundary httpclient.rb /^ def create_boundary/
|
107
|
-
::HTTPClient#create_request httpclient.rb /^ def create_request/
|
108
|
-
::HTTPClient#debug_dev httpclient.rb /^ def debug_dev/
|
109
|
-
::HTTPClient#debug_dev= httpclient.rb /^ def debug_dev=/
|
110
|
-
::HTTPClient#default_redirect_uri_callback httpclient.rb /^ def default_redirect_uri_callback/
|
111
|
-
::HTTPClient#delete httpclient.rb /^ def delete/
|
112
|
-
::HTTPClient#delete_async httpclient.rb /^ def delete_async/
|
113
|
-
::HTTPClient#do_get_block httpclient.rb /^ def do_get_block/
|
114
|
-
::HTTPClient#do_get_header httpclient.rb /^ def do_get_header/
|
115
|
-
::HTTPClient#do_get_stream httpclient.rb /^ def do_get_stream/
|
116
|
-
::HTTPClient#do_request httpclient.rb /^ def do_request/
|
117
|
-
::HTTPClient#do_request_async httpclient.rb /^ def do_request_async/
|
118
|
-
::HTTPClient#dump_dummy_request_response httpclient.rb /^ def dump_dummy_request_response/
|
119
|
-
::HTTPClient#file_in_form_data? httpclient.rb /^ def file_in_form_data?/
|
120
|
-
::HTTPClient#follow_redirect httpclient.rb /^ def follow_redirect/
|
121
|
-
::HTTPClient#follow_redirect_count httpclient.rb /^ attr_accessor :follow_redirect_count/
|
122
|
-
::HTTPClient#get httpclient.rb /^ def get/
|
123
|
-
::HTTPClient#get_async httpclient.rb /^ def get_async/
|
124
|
-
::HTTPClient#get_content httpclient.rb /^ def get_content/
|
125
|
-
::HTTPClient#getenv httpclient.rb /^ def getenv/
|
126
|
-
::HTTPClient#head httpclient.rb /^ def head/
|
127
|
-
::HTTPClient#head_async httpclient.rb /^ def head_async/
|
128
|
-
::HTTPClient#https? httpclient.rb /^ def https?/
|
129
|
-
::HTTPClient#load_environment httpclient.rb /^ def load_environment/
|
130
|
-
::HTTPClient#no_proxy httpclient.rb /^ def no_proxy/
|
131
|
-
::HTTPClient#no_proxy= httpclient.rb /^ def no_proxy=/
|
132
|
-
::HTTPClient#no_proxy? httpclient.rb /^ def no_proxy?/
|
133
|
-
::HTTPClient#options httpclient.rb /^ def options/
|
134
|
-
::HTTPClient#options_async httpclient.rb /^ def options_async/
|
135
|
-
::HTTPClient#override_header httpclient.rb /^ def override_header/
|
136
|
-
::HTTPClient#post httpclient.rb /^ def post/
|
137
|
-
::HTTPClient#post_async httpclient.rb /^ def post_async/
|
138
|
-
::HTTPClient#post_content httpclient.rb /^ def post_content/
|
139
|
-
::HTTPClient#propfind httpclient.rb /^ def propfind/
|
140
|
-
::HTTPClient#propfind_async httpclient.rb /^ def propfind_async/
|
141
|
-
::HTTPClient#proppatch httpclient.rb /^ def proppatch/
|
142
|
-
::HTTPClient#proppatch_async httpclient.rb /^ def proppatch_async/
|
143
|
-
::HTTPClient#protect_keep_alive_disconnected httpclient.rb /^ def protect_keep_alive_disconnected/
|
144
|
-
::HTTPClient#proxy httpclient.rb /^ def proxy/
|
145
|
-
::HTTPClient#proxy= httpclient.rb /^ def proxy=/
|
146
|
-
::HTTPClient#proxy_auth httpclient.rb /^ attr_reader :proxy_auth/
|
147
|
-
::HTTPClient#put httpclient.rb /^ def put/
|
148
|
-
::HTTPClient#put_async httpclient.rb /^ def put_async/
|
149
|
-
::HTTPClient#redirect_uri_callback= httpclient.rb /^ def redirect_uri_callback=/
|
150
|
-
::HTTPClient#request httpclient.rb /^ def request/
|
151
|
-
::HTTPClient#request_async httpclient.rb /^ def request_async/
|
152
|
-
::HTTPClient#request_filter httpclient.rb /^ attr_reader :request_filter/
|
153
|
-
::HTTPClient#reset httpclient.rb /^ def reset/
|
154
|
-
::HTTPClient#reset_all httpclient.rb /^ def reset_all/
|
155
|
-
::HTTPClient#save_cookie_store httpclient.rb /^ def save_cookie_store/
|
156
|
-
::HTTPClient#set_auth httpclient.rb /^ def set_auth/
|
157
|
-
::HTTPClient#set_basic_auth httpclient.rb /^ def set_basic_auth/
|
158
|
-
::HTTPClient#set_cookie_store httpclient.rb /^ def set_cookie_store/
|
159
|
-
::HTTPClient#set_proxy_auth httpclient.rb /^ def set_proxy_auth/
|
160
|
-
::HTTPClient#ssl_config httpclient.rb /^ attr_reader :ssl_config/
|
161
|
-
::HTTPClient#strict_redirect_uri_callback httpclient.rb /^ def strict_redirect_uri_callback/
|
162
|
-
::HTTPClient#test_loopback_response httpclient.rb /^ attr_reader :test_loopback_response/
|
163
|
-
::HTTPClient#trace httpclient.rb /^ def trace/
|
164
|
-
::HTTPClient#trace_async httpclient.rb /^ def trace_async/
|
165
|
-
::HTTPClient#www_auth httpclient.rb /^ attr_reader :www_auth/
|
166
|
-
::HTTPClient.attr_proxy httpclient.rb /^ def attr_proxy/
|
167
|
-
::HTTPClient.timeout_scheduler httpclient/timeout.rb /^ def timeout_scheduler/
|
168
|
-
::HTTPClient::AuthFilterBase httpclient/auth.rb /^ class AuthFilterBase/
|
169
|
-
::HTTPClient::AuthFilterBase#parse_authentication_header httpclient/auth.rb /^ def parse_authentication_header/
|
170
|
-
::HTTPClient::AuthFilterBase#parse_challenge_header httpclient/auth.rb /^ def parse_challenge_header/
|
171
|
-
::HTTPClient::BadResponseError httpclient.rb /^ class BadResponseError/
|
172
|
-
::HTTPClient::BadResponseError#HTTPClient::BadResponseError.new httpclient.rb /^ def initialize/
|
173
|
-
::HTTPClient::BadResponseError#res httpclient.rb /^ attr_reader :res/
|
174
|
-
::HTTPClient::BasicAuth httpclient/auth.rb /^ class BasicAuth/
|
175
|
-
::HTTPClient::BasicAuth#HTTPClient::BasicAuth.new httpclient/auth.rb /^ def initialize/
|
176
|
-
::HTTPClient::BasicAuth#challenge httpclient/auth.rb /^ def challenge/
|
177
|
-
::HTTPClient::BasicAuth#get httpclient/auth.rb /^ def get/
|
178
|
-
::HTTPClient::BasicAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
179
|
-
::HTTPClient::BasicAuth#scheme httpclient/auth.rb /^ attr_reader :scheme/
|
180
|
-
::HTTPClient::BasicAuth#set httpclient/auth.rb /^ def set/
|
181
|
-
::HTTPClient::ConfigurationError httpclient.rb /^ class ConfigurationError/
|
182
|
-
::HTTPClient::ConnectTimeoutError httpclient.rb /^ class ConnectTimeoutError/
|
183
|
-
::HTTPClient::Connection httpclient/connection.rb /^ class Connection/
|
184
|
-
::HTTPClient::Connection#HTTPClient::Connection.new httpclient/connection.rb /^ def initialize/
|
185
|
-
::HTTPClient::Connection#async_thread httpclient/connection.rb /^ attr_accessor :async_thread/
|
186
|
-
::HTTPClient::Connection#finished? httpclient/connection.rb /^ def finished?/
|
187
|
-
::HTTPClient::Connection#join httpclient/connection.rb /^ def join/
|
188
|
-
::HTTPClient::Connection#pop httpclient/connection.rb /^ def pop/
|
189
|
-
::HTTPClient::Connection#push httpclient/connection.rb /^ def push/
|
190
|
-
::HTTPClient::DebugSocket httpclient/session.rb /^ module DebugSocket/
|
191
|
-
::HTTPClient::DebugSocket#<< httpclient/session.rb /^ def <</
|
192
|
-
::HTTPClient::DebugSocket#close httpclient/session.rb /^ def close/
|
193
|
-
::HTTPClient::DebugSocket#debug httpclient/session.rb /^ def debug/
|
194
|
-
::HTTPClient::DebugSocket#debug_dev= httpclient/session.rb /^ def debug_dev=/
|
195
|
-
::HTTPClient::DebugSocket#gets httpclient/session.rb /^ def gets/
|
196
|
-
::HTTPClient::DebugSocket#read httpclient/session.rb /^ def read/
|
197
|
-
::HTTPClient::DebugSocket#readpartial httpclient/session.rb /^ def readpartial/
|
198
|
-
::HTTPClient::DigestAuth httpclient/auth.rb /^ class DigestAuth/
|
199
|
-
::HTTPClient::DigestAuth#HTTPClient::DigestAuth.new httpclient/auth.rb /^ def initialize/
|
200
|
-
::HTTPClient::DigestAuth#calc_cred httpclient/auth.rb /^ def calc_cred/
|
201
|
-
::HTTPClient::DigestAuth#challenge httpclient/auth.rb /^ def challenge/
|
202
|
-
::HTTPClient::DigestAuth#get httpclient/auth.rb /^ def get/
|
203
|
-
::HTTPClient::DigestAuth#parse_challenge_param httpclient/auth.rb /^ def parse_challenge_param/
|
204
|
-
::HTTPClient::DigestAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
205
|
-
::HTTPClient::DigestAuth#scheme httpclient/auth.rb /^ attr_reader :scheme/
|
206
|
-
::HTTPClient::DigestAuth#set httpclient/auth.rb /^ def set/
|
207
|
-
::HTTPClient::KeepAliveDisconnected httpclient.rb /^ class KeepAliveDisconnected/
|
208
|
-
::HTTPClient::LoopBackSocket httpclient/session.rb /^ class LoopBackSocket/
|
209
|
-
::HTTPClient::LoopBackSocket#<< httpclient/session.rb /^ def <</
|
210
|
-
::HTTPClient::LoopBackSocket#HTTPClient::LoopBackSocket.new httpclient/session.rb /^ def initialize/
|
211
|
-
::HTTPClient::NegotiateAuth httpclient/auth.rb /^ class NegotiateAuth/
|
212
|
-
::HTTPClient::NegotiateAuth#HTTPClient::NegotiateAuth.new httpclient/auth.rb /^ def initialize/
|
213
|
-
::HTTPClient::NegotiateAuth#challenge httpclient/auth.rb /^ def challenge/
|
214
|
-
::HTTPClient::NegotiateAuth#get httpclient/auth.rb /^ def get/
|
215
|
-
::HTTPClient::NegotiateAuth#ntlm_opt httpclient/auth.rb /^ attr_reader :ntlm_opt/
|
216
|
-
::HTTPClient::NegotiateAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
217
|
-
::HTTPClient::NegotiateAuth#scheme httpclient/auth.rb /^ attr_reader :scheme/
|
218
|
-
::HTTPClient::NegotiateAuth#set httpclient/auth.rb /^ def set/
|
219
|
-
::HTTPClient::ProxyAuth httpclient/auth.rb /^ class ProxyAuth/
|
220
|
-
::HTTPClient::ProxyAuth#HTTPClient::ProxyAuth.new httpclient/auth.rb /^ def initialize/
|
221
|
-
::HTTPClient::ProxyAuth#basic_auth httpclient/auth.rb /^ attr_reader :basic_auth/
|
222
|
-
::HTTPClient::ProxyAuth#filter_request httpclient/auth.rb /^ def filter_request/
|
223
|
-
::HTTPClient::ProxyAuth#filter_response httpclient/auth.rb /^ def filter_response/
|
224
|
-
::HTTPClient::ProxyAuth#negotiate_auth httpclient/auth.rb /^ attr_reader :negotiate_auth/
|
225
|
-
::HTTPClient::ProxyAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
226
|
-
::HTTPClient::ProxyAuth#set_auth httpclient/auth.rb /^ def set_auth/
|
227
|
-
::HTTPClient::ProxyAuth#sspi_negotiate_auth httpclient/auth.rb /^ attr_reader :sspi_negotiate_auth/
|
228
|
-
::HTTPClient::ReceiveTimeoutError httpclient.rb /^ class ReceiveTimeoutError/
|
229
|
-
::HTTPClient::RetryableResponse httpclient.rb /^ class RetryableResponse/
|
230
|
-
::HTTPClient::SSLConfig httpclient/ssl_config.rb /^ class SSLConfig/
|
231
|
-
::HTTPClient::SSLConfig#HTTPClient::SSLConfig.new httpclient/ssl_config.rb /^ def initialize/
|
232
|
-
::HTTPClient::SSLConfig#cert_store httpclient/ssl_config.rb /^ attr_reader :cert_store # don't use if you don't know what it is./
|
233
|
-
::HTTPClient::SSLConfig#cert_store= httpclient/ssl_config.rb /^ def cert_store=/
|
234
|
-
::HTTPClient::SSLConfig#change_notify httpclient/ssl_config.rb /^ def change_notify/
|
235
|
-
::HTTPClient::SSLConfig#ciphers httpclient/ssl_config.rb /^ attr_reader :ciphers/
|
236
|
-
::HTTPClient::SSLConfig#ciphers= httpclient/ssl_config.rb /^ def ciphers=/
|
237
|
-
::HTTPClient::SSLConfig#clear_cert_store httpclient/ssl_config.rb /^ def clear_cert_store/
|
238
|
-
::HTTPClient::SSLConfig#client_ca httpclient/ssl_config.rb /^ attr_reader :client_ca # :nodoc:/
|
239
|
-
::HTTPClient::SSLConfig#client_ca= httpclient/ssl_config.rb /^ def client_ca=/
|
240
|
-
::HTTPClient::SSLConfig#client_cert httpclient/ssl_config.rb /^ attr_reader :client_cert/
|
241
|
-
::HTTPClient::SSLConfig#client_cert= httpclient/ssl_config.rb /^ def client_cert=/
|
242
|
-
::HTTPClient::SSLConfig#client_key httpclient/ssl_config.rb /^ attr_reader :client_key/
|
243
|
-
::HTTPClient::SSLConfig#client_key= httpclient/ssl_config.rb /^ def client_key=/
|
244
|
-
::HTTPClient::SSLConfig#default_verify_callback httpclient/ssl_config.rb /^ def default_verify_callback/
|
245
|
-
::HTTPClient::SSLConfig#load_cacerts httpclient/ssl_config.rb /^ def load_cacerts/
|
246
|
-
::HTTPClient::SSLConfig#options httpclient/ssl_config.rb /^ attr_reader :options/
|
247
|
-
::HTTPClient::SSLConfig#options= httpclient/ssl_config.rb /^ def options=/
|
248
|
-
::HTTPClient::SSLConfig#post_connection_check httpclient/ssl_config.rb /^ def post_connection_check/
|
249
|
-
::HTTPClient::SSLConfig#sample_verify_callback httpclient/ssl_config.rb /^ def sample_verify_callback/
|
250
|
-
::HTTPClient::SSLConfig#set_client_cert_file httpclient/ssl_config.rb /^ def set_client_cert_file/
|
251
|
-
::HTTPClient::SSLConfig#set_context httpclient/ssl_config.rb /^ def set_context/
|
252
|
-
::HTTPClient::SSLConfig#set_crl httpclient/ssl_config.rb /^ def set_crl/
|
253
|
-
::HTTPClient::SSLConfig#set_trust_ca httpclient/ssl_config.rb /^ def set_trust_ca/
|
254
|
-
::HTTPClient::SSLConfig#timeout httpclient/ssl_config.rb /^ attr_reader :timeout/
|
255
|
-
::HTTPClient::SSLConfig#timeout= httpclient/ssl_config.rb /^ def timeout=/
|
256
|
-
::HTTPClient::SSLConfig#verify_callback httpclient/ssl_config.rb /^ attr_reader :verify_callback/
|
257
|
-
::HTTPClient::SSLConfig#verify_callback= httpclient/ssl_config.rb /^ def verify_callback=/
|
258
|
-
::HTTPClient::SSLConfig#verify_depth httpclient/ssl_config.rb /^ attr_reader :verify_depth/
|
259
|
-
::HTTPClient::SSLConfig#verify_depth= httpclient/ssl_config.rb /^ def verify_depth=/
|
260
|
-
::HTTPClient::SSLConfig#verify_mode httpclient/ssl_config.rb /^ attr_reader :verify_mode/
|
261
|
-
::HTTPClient::SSLConfig#verify_mode= httpclient/ssl_config.rb /^ def verify_mode=/
|
262
|
-
::HTTPClient::SSLSocketWrap httpclient/session.rb /^ class SSLSocketWrap/
|
263
|
-
::HTTPClient::SSLSocketWrap#<< httpclient/session.rb /^ def <</
|
264
|
-
::HTTPClient::SSLSocketWrap#HTTPClient::SSLSocketWrap.new httpclient/session.rb /^ def initialize/
|
265
|
-
::HTTPClient::SSLSocketWrap#check_mask httpclient/session.rb /^ def check_mask/
|
266
|
-
::HTTPClient::SSLSocketWrap#close httpclient/session.rb /^ def close/
|
267
|
-
::HTTPClient::SSLSocketWrap#closed? httpclient/session.rb /^ def closed?/
|
268
|
-
::HTTPClient::SSLSocketWrap#create_openssl_socket httpclient/session.rb /^ def create_openssl_socket/
|
269
|
-
::HTTPClient::SSLSocketWrap#debug httpclient/session.rb /^ def debug/
|
270
|
-
::HTTPClient::SSLSocketWrap#eof? httpclient/session.rb /^ def eof?/
|
271
|
-
::HTTPClient::SSLSocketWrap#flush httpclient/session.rb /^ def flush/
|
272
|
-
::HTTPClient::SSLSocketWrap#gets httpclient/session.rb /^ def gets/
|
273
|
-
::HTTPClient::SSLSocketWrap#peer_cert httpclient/session.rb /^ def peer_cert/
|
274
|
-
::HTTPClient::SSLSocketWrap#post_connection_check httpclient/session.rb /^ def post_connection_check/
|
275
|
-
::HTTPClient::SSLSocketWrap#read httpclient/session.rb /^ def read/
|
276
|
-
::HTTPClient::SSLSocketWrap#readpartial httpclient/session.rb /^ def readpartial/
|
277
|
-
::HTTPClient::SSLSocketWrap#ssl_connect httpclient/session.rb /^ def ssl_connect/
|
278
|
-
::HTTPClient::SSLSocketWrap#sync httpclient/session.rb /^ def sync/
|
279
|
-
::HTTPClient::SSLSocketWrap#sync= httpclient/session.rb /^ def sync=/
|
280
|
-
::HTTPClient::SSPINegotiateAuth httpclient/auth.rb /^ class SSPINegotiateAuth/
|
281
|
-
::HTTPClient::SSPINegotiateAuth#HTTPClient::SSPINegotiateAuth.new httpclient/auth.rb /^ def initialize/
|
282
|
-
::HTTPClient::SSPINegotiateAuth#challenge httpclient/auth.rb /^ def challenge/
|
283
|
-
::HTTPClient::SSPINegotiateAuth#get httpclient/auth.rb /^ def get/
|
284
|
-
::HTTPClient::SSPINegotiateAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
285
|
-
::HTTPClient::SSPINegotiateAuth#scheme httpclient/auth.rb /^ attr_reader :scheme/
|
286
|
-
::HTTPClient::SSPINegotiateAuth#set httpclient/auth.rb /^ def set/
|
287
|
-
::HTTPClient::SendTimeoutError httpclient.rb /^ class SendTimeoutError/
|
288
|
-
::HTTPClient::Session httpclient.rb /^ class Session/
|
289
|
-
::HTTPClient::Session httpclient/session.rb /^ class Session/
|
290
|
-
::HTTPClient::Session#HTTPClient::Session.new httpclient/session.rb /^ def initialize/
|
291
|
-
::HTTPClient::Session#close httpclient/session.rb /^ def close/
|
292
|
-
::HTTPClient::Session#closed? httpclient/session.rb /^ def closed?/
|
293
|
-
::HTTPClient::Session#connect httpclient/session.rb /^ def connect/
|
294
|
-
::HTTPClient::Session#connect_retry httpclient/session.rb /^ attr_accessor :connect_retry/
|
295
|
-
::HTTPClient::Session#connect_ssl_proxy httpclient/session.rb /^ def connect_ssl_proxy/
|
296
|
-
::HTTPClient::Session#connect_timeout httpclient/session.rb /^ attr_accessor :connect_timeout/
|
297
|
-
::HTTPClient::Session#create_socket httpclient/session.rb /^ def create_socket/
|
298
|
-
::HTTPClient::Session#create_ssl_socket httpclient/session.rb /^ def create_ssl_socket/
|
299
|
-
::HTTPClient::Session#debug_dev httpclient/session.rb /^ attr_accessor :debug_dev/
|
300
|
-
::HTTPClient::Session#dest httpclient/session.rb /^ attr_reader :dest/
|
301
|
-
::HTTPClient::Session#eof? httpclient/session.rb /^ def eof?/
|
302
|
-
::HTTPClient::Session#get_body httpclient/session.rb /^ def get_body/
|
303
|
-
::HTTPClient::Session#get_header httpclient/session.rb /^ def get_header/
|
304
|
-
::HTTPClient::Session#parse_header httpclient/session.rb /^ def parse_header/
|
305
|
-
::HTTPClient::Session#parse_keepalive_header httpclient/session.rb /^ def parse_keepalive_header/
|
306
|
-
::HTTPClient::Session#protocol_retry_count httpclient/session.rb /^ attr_accessor :protocol_retry_count/
|
307
|
-
::HTTPClient::Session#proxy httpclient/session.rb /^ attr_accessor :proxy/
|
308
|
-
::HTTPClient::Session#query httpclient/session.rb /^ def query/
|
309
|
-
::HTTPClient::Session#read_block_size httpclient/session.rb /^ attr_accessor :read_block_size/
|
310
|
-
::HTTPClient::Session#read_body_chunked httpclient/session.rb /^ def read_body_chunked/
|
311
|
-
::HTTPClient::Session#read_body_length httpclient/session.rb /^ def read_body_length/
|
312
|
-
::HTTPClient::Session#read_body_rest httpclient/session.rb /^ def read_body_rest/
|
313
|
-
::HTTPClient::Session#read_header httpclient/session.rb /^ def read_header/
|
314
|
-
::HTTPClient::Session#receive_timeout httpclient/session.rb /^ attr_accessor :receive_timeout/
|
315
|
-
::HTTPClient::Session#requested_version httpclient/session.rb /^ attr_accessor :requested_version/
|
316
|
-
::HTTPClient::Session#send_timeout httpclient/session.rb /^ attr_accessor :send_timeout/
|
317
|
-
::HTTPClient::Session#set_header httpclient/session.rb /^ def set_header/
|
318
|
-
::HTTPClient::Session#socket_sync httpclient/session.rb /^ attr_accessor :socket_sync/
|
319
|
-
::HTTPClient::Session#ssl_config httpclient/session.rb /^ attr_accessor :ssl_config/
|
320
|
-
::HTTPClient::Session#ssl_peer_cert httpclient/session.rb /^ attr_reader :ssl_peer_cert/
|
321
|
-
::HTTPClient::Session#test_loopback_http_response httpclient/session.rb /^ attr_accessor :test_loopback_http_response/
|
322
|
-
::HTTPClient::SessionManager httpclient/session.rb /^ class SessionManager/
|
323
|
-
::HTTPClient::SessionManager#HTTPClient::SessionManager.new httpclient/session.rb /^ def initialize/
|
324
|
-
::HTTPClient::SessionManager#add_cached_session httpclient/session.rb /^ def add_cached_session/
|
325
|
-
::HTTPClient::SessionManager#agent_name httpclient/session.rb /^ attr_accessor :agent_name/
|
326
|
-
::HTTPClient::SessionManager#chunk_size httpclient/session.rb /^ attr_accessor :chunk_size/
|
327
|
-
::HTTPClient::SessionManager#close httpclient/session.rb /^ def close/
|
328
|
-
::HTTPClient::SessionManager#close_all httpclient/session.rb /^ def close_all/
|
329
|
-
::HTTPClient::SessionManager#connect_retry httpclient/session.rb /^ attr_accessor :connect_retry/
|
330
|
-
::HTTPClient::SessionManager#connect_timeout httpclient/session.rb /^ attr_accessor :connect_timeout/
|
331
|
-
::HTTPClient::SessionManager#debug_dev httpclient/session.rb /^ attr_accessor :debug_dev/
|
332
|
-
::HTTPClient::SessionManager#from httpclient/session.rb /^ attr_accessor :from/
|
333
|
-
::HTTPClient::SessionManager#get_cached_session httpclient/session.rb /^ def get_cached_session/
|
334
|
-
::HTTPClient::SessionManager#keep httpclient/session.rb /^ def keep/
|
335
|
-
::HTTPClient::SessionManager#open httpclient/session.rb /^ def open/
|
336
|
-
::HTTPClient::SessionManager#protocol_retry_count httpclient/session.rb /^ attr_accessor :protocol_retry_count/
|
337
|
-
::HTTPClient::SessionManager#protocol_version httpclient/session.rb /^ attr_accessor :protocol_version/
|
338
|
-
::HTTPClient::SessionManager#proxy= httpclient/session.rb /^ def proxy=/
|
339
|
-
::HTTPClient::SessionManager#query httpclient/session.rb /^ def query/
|
340
|
-
::HTTPClient::SessionManager#read_block_size httpclient/session.rb /^ attr_accessor :read_block_size/
|
341
|
-
::HTTPClient::SessionManager#receive_timeout httpclient/session.rb /^ attr_accessor :receive_timeout/
|
342
|
-
::HTTPClient::SessionManager#reset httpclient/session.rb /^ def reset/
|
343
|
-
::HTTPClient::SessionManager#reset_all httpclient/session.rb /^ def reset_all/
|
344
|
-
::HTTPClient::SessionManager#send_timeout httpclient/session.rb /^ attr_accessor :send_timeout/
|
345
|
-
::HTTPClient::SessionManager#socket_sync httpclient/session.rb /^ attr_accessor :socket_sync/
|
346
|
-
::HTTPClient::SessionManager#ssl_config httpclient/session.rb /^ attr_accessor :ssl_config/
|
347
|
-
::HTTPClient::SessionManager#test_loopback_http_response httpclient/session.rb /^ attr_reader :test_loopback_http_response/
|
348
|
-
::HTTPClient::Site httpclient/session.rb /^ class Site/
|
349
|
-
::HTTPClient::Site#== httpclient/session.rb /^ def ==/
|
350
|
-
::HTTPClient::Site#HTTPClient::Site.new httpclient/session.rb /^ def initialize/
|
351
|
-
::HTTPClient::Site#addr httpclient/session.rb /^ def addr/
|
352
|
-
::HTTPClient::Site#eql? httpclient/session.rb /^ def eql?/
|
353
|
-
::HTTPClient::Site#hash httpclient/session.rb /^ def hash/
|
354
|
-
::HTTPClient::Site#host httpclient/session.rb /^ attr_reader :host/
|
355
|
-
::HTTPClient::Site#inspect httpclient/session.rb /^ def inspect/
|
356
|
-
::HTTPClient::Site#match httpclient/session.rb /^ def match/
|
357
|
-
::HTTPClient::Site#port httpclient/session.rb /^ attr_reader :port/
|
358
|
-
::HTTPClient::Site#scheme httpclient/session.rb /^ attr_accessor :scheme/
|
359
|
-
::HTTPClient::Site#to_s httpclient/session.rb /^ def to_s/
|
360
|
-
::HTTPClient::SocketWrap httpclient/session.rb /^ module SocketWrap/
|
361
|
-
::HTTPClient::SocketWrap#<< httpclient/session.rb /^ def <</
|
362
|
-
::HTTPClient::SocketWrap#HTTPClient::SocketWrap.new httpclient/session.rb /^ def initialize/
|
363
|
-
::HTTPClient::SocketWrap#close httpclient/session.rb /^ def close/
|
364
|
-
::HTTPClient::SocketWrap#closed? httpclient/session.rb /^ def closed?/
|
365
|
-
::HTTPClient::SocketWrap#eof? httpclient/session.rb /^ def eof?/
|
366
|
-
::HTTPClient::SocketWrap#flush httpclient/session.rb /^ def flush/
|
367
|
-
::HTTPClient::SocketWrap#gets httpclient/session.rb /^ def gets/
|
368
|
-
::HTTPClient::SocketWrap#read httpclient/session.rb /^ def read/
|
369
|
-
::HTTPClient::SocketWrap#readpartial httpclient/session.rb /^ def readpartial/
|
370
|
-
::HTTPClient::SocketWrap#sync httpclient/session.rb /^ def sync/
|
371
|
-
::HTTPClient::SocketWrap#sync= httpclient/session.rb /^ def sync=/
|
372
|
-
::HTTPClient::Timeout httpclient/timeout.rb /^ module Timeout/
|
373
|
-
::HTTPClient::Timeout#timeout httpclient/timeout.rb /^ def timeout/
|
374
|
-
::HTTPClient::TimeoutError httpclient.rb /^ class TimeoutError/
|
375
|
-
::HTTPClient::TimeoutScheduler httpclient/timeout.rb /^ class TimeoutScheduler/
|
376
|
-
::HTTPClient::TimeoutScheduler#HTTPClient::TimeoutScheduler.new httpclient/timeout.rb /^ def initialize/
|
377
|
-
::HTTPClient::TimeoutScheduler#cancel httpclient/timeout.rb /^ def cancel/
|
378
|
-
::HTTPClient::TimeoutScheduler#register httpclient/timeout.rb /^ def register/
|
379
|
-
::HTTPClient::TimeoutScheduler#start_timer_thread httpclient/timeout.rb /^ def start_timer_thread/
|
380
|
-
::HTTPClient::TimeoutScheduler::Period httpclient/timeout.rb /^ class Period/
|
381
|
-
::HTTPClient::TimeoutScheduler::Period#HTTPClient::TimeoutScheduler::Period.new httpclient/timeout.rb /^ def initialize/
|
382
|
-
::HTTPClient::TimeoutScheduler::Period#cancel httpclient/timeout.rb /^ def cancel/
|
383
|
-
::HTTPClient::TimeoutScheduler::Period#raise httpclient/timeout.rb /^ def raise/
|
384
|
-
::HTTPClient::TimeoutScheduler::Period#thread httpclient/timeout.rb /^ attr_reader :thread, :time/
|
385
|
-
::HTTPClient::TimeoutScheduler::Period#time httpclient/timeout.rb /^ attr_reader :thread, :time/
|
386
|
-
::HTTPClient::Util httpclient/util.rb /^ module Util/
|
387
|
-
::HTTPClient::Util#hash_find_value httpclient/util.rb /^ def hash_find_value/
|
388
|
-
::HTTPClient::Util#keyword_argument httpclient/util.rb /^ def keyword_argument/
|
389
|
-
::HTTPClient::Util#uri_dirname httpclient/util.rb /^ def uri_dirname/
|
390
|
-
::HTTPClient::Util#uri_part_of httpclient/util.rb /^ def uri_part_of/
|
391
|
-
::HTTPClient::Util#urify httpclient/util.rb /^ def urify/
|
392
|
-
::HTTPClient::WWWAuth httpclient/auth.rb /^ class WWWAuth/
|
393
|
-
::HTTPClient::WWWAuth#HTTPClient::WWWAuth.new httpclient/auth.rb /^ def initialize/
|
394
|
-
::HTTPClient::WWWAuth#basic_auth httpclient/auth.rb /^ attr_reader :basic_auth/
|
395
|
-
::HTTPClient::WWWAuth#digest_auth httpclient/auth.rb /^ attr_reader :digest_auth/
|
396
|
-
::HTTPClient::WWWAuth#filter_request httpclient/auth.rb /^ def filter_request/
|
397
|
-
::HTTPClient::WWWAuth#filter_response httpclient/auth.rb /^ def filter_response/
|
398
|
-
::HTTPClient::WWWAuth#negotiate_auth httpclient/auth.rb /^ attr_reader :negotiate_auth/
|
399
|
-
::HTTPClient::WWWAuth#reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
400
|
-
::HTTPClient::WWWAuth#set_auth httpclient/auth.rb /^ def set_auth/
|
401
|
-
::WebAgent httpclient/cookie.rb /^class WebAgent/
|
402
|
-
::WebAgent::Cookie httpclient/cookie.rb /^ class Cookie/
|
403
|
-
::WebAgent::Cookie#WebAgent::Cookie.new httpclient/cookie.rb /^ def initialize/
|
404
|
-
::WebAgent::Cookie#discard httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
405
|
-
::WebAgent::Cookie#discard? httpclient/cookie.rb /^ def discard?/
|
406
|
-
::WebAgent::Cookie#domain httpclient/cookie.rb /^ attr_accessor :domain, :path/
|
407
|
-
::WebAgent::Cookie#domain_orig httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
408
|
-
::WebAgent::Cookie#domain_orig? httpclient/cookie.rb /^ def domain_orig?/
|
409
|
-
::WebAgent::Cookie#expires httpclient/cookie.rb /^ attr_accessor :expires ## for Netscape Cookie/
|
410
|
-
::WebAgent::Cookie#flag httpclient/cookie.rb /^ def flag/
|
411
|
-
::WebAgent::Cookie#join_quotedstr httpclient/cookie.rb /^ def join_quotedstr/
|
412
|
-
::WebAgent::Cookie#match? httpclient/cookie.rb /^ def match?/
|
413
|
-
::WebAgent::Cookie#name httpclient/cookie.rb /^ attr_accessor :name, :value/
|
414
|
-
::WebAgent::Cookie#normalize_cookie_value httpclient/cookie.rb /^ def normalize_cookie_value/
|
415
|
-
::WebAgent::Cookie#override httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
416
|
-
::WebAgent::Cookie#override? httpclient/cookie.rb /^ def override?/
|
417
|
-
::WebAgent::Cookie#parse httpclient/cookie.rb /^ def parse/
|
418
|
-
::WebAgent::Cookie#path httpclient/cookie.rb /^ attr_accessor :domain, :path/
|
419
|
-
::WebAgent::Cookie#path_orig httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
420
|
-
::WebAgent::Cookie#path_orig? httpclient/cookie.rb /^ def path_orig?/
|
421
|
-
::WebAgent::Cookie#secure httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
422
|
-
::WebAgent::Cookie#secure? httpclient/cookie.rb /^ def secure?/
|
423
|
-
::WebAgent::Cookie#set_flag httpclient/cookie.rb /^ def set_flag/
|
424
|
-
::WebAgent::Cookie#url httpclient/cookie.rb /^ attr_accessor :url/
|
425
|
-
::WebAgent::Cookie#use httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
426
|
-
::WebAgent::Cookie#use? httpclient/cookie.rb /^ def use?/
|
427
|
-
::WebAgent::Cookie#value httpclient/cookie.rb /^ attr_accessor :name, :value/
|
428
|
-
::WebAgent::CookieManager httpclient/cookie.rb /^ class CookieManager/
|
429
|
-
::WebAgent::CookieManager#WebAgent::CookieManager.new httpclient/cookie.rb /^ def initialize/
|
430
|
-
::WebAgent::CookieManager#accept_domains httpclient/cookie.rb /^ attr_accessor :accept_domains, :reject_domains/
|
431
|
-
::WebAgent::CookieManager#add httpclient/cookie.rb /^ def add/
|
432
|
-
::WebAgent::CookieManager#check_cookie_accept_domain httpclient/cookie.rb /^ def check_cookie_accept_domain/
|
433
|
-
::WebAgent::CookieManager#check_expired_cookies httpclient/cookie.rb /^ def check_expired_cookies/
|
434
|
-
::WebAgent::CookieManager#cookie_error httpclient/cookie.rb /^ def cookie_error/
|
435
|
-
::WebAgent::CookieManager#cookies httpclient/cookie.rb /^ attr_reader :cookies/
|
436
|
-
::WebAgent::CookieManager#cookies= httpclient/cookie.rb /^ def cookies=/
|
437
|
-
::WebAgent::CookieManager#cookies_file httpclient/cookie.rb /^ attr_accessor :cookies_file/
|
438
|
-
::WebAgent::CookieManager#find httpclient/cookie.rb /^ def find/
|
439
|
-
::WebAgent::CookieManager#find_cookie_info httpclient/cookie.rb /^ def find_cookie_info/
|
440
|
-
::WebAgent::CookieManager#load_cookies httpclient/cookie.rb /^ def load_cookies/
|
441
|
-
::WebAgent::CookieManager#make_cookie_str httpclient/cookie.rb /^ def make_cookie_str/
|
442
|
-
::WebAgent::CookieManager#netscape_rule httpclient/cookie.rb /^ attr_accessor :netscape_rule/
|
443
|
-
::WebAgent::CookieManager#parse httpclient/cookie.rb /^ def parse/
|
444
|
-
::WebAgent::CookieManager#reject_domains httpclient/cookie.rb /^ attr_accessor :accept_domains, :reject_domains/
|
445
|
-
::WebAgent::CookieManager#save_all_cookies httpclient/cookie.rb /^ def save_all_cookies/
|
446
|
-
::WebAgent::CookieManager#save_cookies httpclient/cookie.rb /^ def save_cookies/
|
447
|
-
::WebAgent::CookieManager::Error httpclient/cookie.rb /^ class Error/
|
448
|
-
::WebAgent::CookieManager::ErrorOverrideOK httpclient/cookie.rb /^ class ErrorOverrideOK/
|
449
|
-
::WebAgent::CookieManager::SpecialError httpclient/cookie.rb /^ class SpecialError/
|
450
|
-
::WebAgent::CookieUtils httpclient/cookie.rb /^ module CookieUtils/
|
451
|
-
::WebAgent::CookieUtils#domain_match httpclient/cookie.rb /^ def domain_match/
|
452
|
-
::WebAgent::CookieUtils#head_match? httpclient/cookie.rb /^ def head_match?/
|
453
|
-
::WebAgent::CookieUtils#tail_match? httpclient/cookie.rb /^ def tail_match?/
|
454
|
-
::WebAgent::CookieUtils#total_dot_num httpclient/cookie.rb /^ def total_dot_num/
|
455
|
-
<< httpclient/session.rb /^ def <</
|
456
|
-
<< httpclient/session.rb /^ def <</
|
457
|
-
<< httpclient/session.rb /^ def <</
|
458
|
-
<< httpclient/session.rb /^ def <</
|
459
|
-
== httpclient/session.rb /^ def ==/
|
460
|
-
AuthFilterBase httpclient/auth.rb /^ class AuthFilterBase/
|
461
|
-
BadResponseError httpclient.rb /^ class BadResponseError/
|
462
|
-
BasicAuth httpclient/auth.rb /^ class BasicAuth/
|
463
|
-
Body httpclient/http.rb /^ class Body/
|
464
|
-
ConfigurationError httpclient.rb /^ class ConfigurationError/
|
465
|
-
ConnectTimeoutError httpclient.rb /^ class ConnectTimeoutError/
|
466
|
-
Connection httpclient/connection.rb /^ class Connection/
|
467
|
-
Cookie httpclient/cookie.rb /^ class Cookie/
|
468
|
-
CookieManager httpclient/cookie.rb /^ class CookieManager/
|
469
|
-
CookieUtils httpclient/cookie.rb /^ module CookieUtils/
|
470
|
-
DebugSocket httpclient/session.rb /^ module DebugSocket/
|
471
|
-
DigestAuth httpclient/auth.rb /^ class DigestAuth/
|
472
|
-
Error httpclient/cookie.rb /^ class Error/
|
473
|
-
ErrorOverrideOK httpclient/cookie.rb /^ class ErrorOverrideOK/
|
474
|
-
HTTP httpclient/http.rb /^module HTTP/
|
475
|
-
HTTP::Message.new httpclient/http.rb /^ def initialize/
|
476
|
-
HTTP::Message::Body.new httpclient/http.rb /^ def initialize/
|
477
|
-
HTTP::Message::Body::Parts.new httpclient/http.rb /^ def initialize/
|
478
|
-
HTTP::Message::Headers.new httpclient/http.rb /^ def initialize/
|
479
|
-
HTTPClient httpclient.rb /^class HTTPClient/
|
480
|
-
HTTPClient httpclient/auth.rb /^class HTTPClient/
|
481
|
-
HTTPClient httpclient/connection.rb /^class HTTPClient/
|
482
|
-
HTTPClient httpclient/session.rb /^class HTTPClient/
|
483
|
-
HTTPClient httpclient/ssl_config.rb /^class HTTPClient/
|
484
|
-
HTTPClient httpclient/timeout.rb /^class HTTPClient/
|
485
|
-
HTTPClient httpclient/util.rb /^class HTTPClient/
|
486
|
-
HTTPClient.new httpclient.rb /^ def initialize/
|
487
|
-
HTTPClient::BadResponseError.new httpclient.rb /^ def initialize/
|
488
|
-
HTTPClient::BasicAuth.new httpclient/auth.rb /^ def initialize/
|
489
|
-
HTTPClient::Connection.new httpclient/connection.rb /^ def initialize/
|
490
|
-
HTTPClient::DigestAuth.new httpclient/auth.rb /^ def initialize/
|
491
|
-
HTTPClient::LoopBackSocket.new httpclient/session.rb /^ def initialize/
|
492
|
-
HTTPClient::NegotiateAuth.new httpclient/auth.rb /^ def initialize/
|
493
|
-
HTTPClient::ProxyAuth.new httpclient/auth.rb /^ def initialize/
|
494
|
-
HTTPClient::SSLConfig.new httpclient/ssl_config.rb /^ def initialize/
|
495
|
-
HTTPClient::SSLSocketWrap.new httpclient/session.rb /^ def initialize/
|
496
|
-
HTTPClient::SSPINegotiateAuth.new httpclient/auth.rb /^ def initialize/
|
497
|
-
HTTPClient::Session.new httpclient/session.rb /^ def initialize/
|
498
|
-
HTTPClient::SessionManager.new httpclient/session.rb /^ def initialize/
|
499
|
-
HTTPClient::Site.new httpclient/session.rb /^ def initialize/
|
500
|
-
HTTPClient::SocketWrap.new httpclient/session.rb /^ def initialize/
|
501
|
-
HTTPClient::TimeoutScheduler.new httpclient/timeout.rb /^ def initialize/
|
502
|
-
HTTPClient::TimeoutScheduler::Period.new httpclient/timeout.rb /^ def initialize/
|
503
|
-
HTTPClient::WWWAuth.new httpclient/auth.rb /^ def initialize/
|
504
|
-
Headers httpclient/http.rb /^ class Headers/
|
505
|
-
KeepAliveDisconnected httpclient.rb /^ class KeepAliveDisconnected/
|
506
|
-
LoopBackSocket httpclient/session.rb /^ class LoopBackSocket/
|
507
|
-
Message httpclient/http.rb /^ class Message/
|
508
|
-
NegotiateAuth httpclient/auth.rb /^ class NegotiateAuth/
|
509
|
-
Parts httpclient/http.rb /^ class Parts/
|
510
|
-
Period httpclient/timeout.rb /^ class Period/
|
511
|
-
ProxyAuth httpclient/auth.rb /^ class ProxyAuth/
|
512
|
-
ReceiveTimeoutError httpclient.rb /^ class ReceiveTimeoutError/
|
513
|
-
RetryableResponse httpclient.rb /^ class RetryableResponse/
|
514
|
-
SSLConfig httpclient/ssl_config.rb /^ class SSLConfig/
|
515
|
-
SSLSocketWrap httpclient/session.rb /^ class SSLSocketWrap/
|
516
|
-
SSPINegotiateAuth httpclient/auth.rb /^ class SSPINegotiateAuth/
|
517
|
-
SendTimeoutError httpclient.rb /^ class SendTimeoutError/
|
518
|
-
Session httpclient.rb /^ class Session/
|
519
|
-
Session httpclient/session.rb /^ class Session/
|
520
|
-
SessionManager httpclient/session.rb /^ class SessionManager/
|
521
|
-
Site httpclient/session.rb /^ class Site/
|
522
|
-
SocketWrap httpclient/session.rb /^ module SocketWrap/
|
523
|
-
SpecialError httpclient/cookie.rb /^ class SpecialError/
|
524
|
-
Status httpclient/http.rb /^ module Status/
|
525
|
-
Timeout httpclient/timeout.rb /^ module Timeout/
|
526
|
-
TimeoutError httpclient.rb /^ class TimeoutError/
|
527
|
-
TimeoutScheduler httpclient/timeout.rb /^ class TimeoutScheduler/
|
528
|
-
Util httpclient/util.rb /^ module Util/
|
529
|
-
WWWAuth httpclient/auth.rb /^ class WWWAuth/
|
530
|
-
WebAgent httpclient/cookie.rb /^class WebAgent/
|
531
|
-
WebAgent::Cookie.new httpclient/cookie.rb /^ def initialize/
|
532
|
-
WebAgent::CookieManager.new httpclient/cookie.rb /^ def initialize/
|
533
|
-
[] httpclient/http.rb /^ def []/
|
534
|
-
[]= httpclient/http.rb /^ def []=/
|
535
|
-
accept_domains httpclient/cookie.rb /^ attr_accessor :accept_domains, :reject_domains/
|
536
|
-
add httpclient/cookie.rb /^ def add/
|
537
|
-
add httpclient/http.rb /^ def add/
|
538
|
-
add httpclient/http.rb /^ def add/
|
539
|
-
add_cached_session httpclient/session.rb /^ def add_cached_session/
|
540
|
-
addr httpclient/session.rb /^ def addr/
|
541
|
-
agent_name httpclient/session.rb /^ attr_accessor :agent_name/
|
542
|
-
all httpclient/http.rb /^ def all/
|
543
|
-
async_thread httpclient/connection.rb /^ attr_accessor :async_thread/
|
544
|
-
attr_proxy httpclient.rb /^ def attr_proxy/
|
545
|
-
basic_auth httpclient/auth.rb /^ attr_reader :basic_auth/
|
546
|
-
basic_auth httpclient/auth.rb /^ attr_reader :basic_auth/
|
547
|
-
body httpclient/http.rb /^ attr_reader :body/
|
548
|
-
body= httpclient/http.rb /^ def body=/
|
549
|
-
body_charset httpclient/http.rb /^ attr_accessor :body_charset # :nodoc:/
|
550
|
-
body_date httpclient/http.rb /^ attr_accessor :body_date # :nodoc:/
|
551
|
-
body_size httpclient/http.rb /^ attr_reader :body_size/
|
552
|
-
body_size= httpclient/http.rb /^ def body_size=/
|
553
|
-
body_type httpclient/http.rb /^ attr_accessor :body_type # :nodoc:/
|
554
|
-
build_query_multipart_str httpclient/http.rb /^ def build_query_multipart_str/
|
555
|
-
calc_cred httpclient/auth.rb /^ def calc_cred/
|
556
|
-
cancel httpclient/timeout.rb /^ def cancel/
|
557
|
-
cancel httpclient/timeout.rb /^ def cancel/
|
558
|
-
cert_store httpclient/ssl_config.rb /^ attr_reader :cert_store # don't use if you don't know what it is./
|
559
|
-
cert_store= httpclient/ssl_config.rb /^ def cert_store=/
|
560
|
-
challenge httpclient/auth.rb /^ def challenge/
|
561
|
-
challenge httpclient/auth.rb /^ def challenge/
|
562
|
-
challenge httpclient/auth.rb /^ def challenge/
|
563
|
-
challenge httpclient/auth.rb /^ def challenge/
|
564
|
-
change_notify httpclient/ssl_config.rb /^ def change_notify/
|
565
|
-
charset_label httpclient/http.rb /^ def charset_label/
|
566
|
-
check_cookie_accept_domain httpclient/cookie.rb /^ def check_cookie_accept_domain/
|
567
|
-
check_expired_cookies httpclient/cookie.rb /^ def check_expired_cookies/
|
568
|
-
check_mask httpclient/session.rb /^ def check_mask/
|
569
|
-
chunk_size httpclient/http.rb /^ attr_accessor :chunk_size/
|
570
|
-
chunk_size httpclient/session.rb /^ attr_accessor :chunk_size/
|
571
|
-
chunked httpclient/http.rb /^ attr_accessor :chunked/
|
572
|
-
ciphers httpclient/ssl_config.rb /^ attr_reader :ciphers/
|
573
|
-
ciphers= httpclient/ssl_config.rb /^ def ciphers=/
|
574
|
-
clear_cert_store httpclient/ssl_config.rb /^ def clear_cert_store/
|
575
|
-
client_ca httpclient/ssl_config.rb /^ attr_reader :client_ca # :nodoc:/
|
576
|
-
client_ca= httpclient/ssl_config.rb /^ def client_ca=/
|
577
|
-
client_cert httpclient/ssl_config.rb /^ attr_reader :client_cert/
|
578
|
-
client_cert= httpclient/ssl_config.rb /^ def client_cert=/
|
579
|
-
client_key httpclient/ssl_config.rb /^ attr_reader :client_key/
|
580
|
-
client_key= httpclient/ssl_config.rb /^ def client_key=/
|
581
|
-
close httpclient/session.rb /^ def close/
|
582
|
-
close httpclient/session.rb /^ def close/
|
583
|
-
close httpclient/session.rb /^ def close/
|
584
|
-
close httpclient/session.rb /^ def close/
|
585
|
-
close httpclient/session.rb /^ def close/
|
586
|
-
close_all httpclient/session.rb /^ def close_all/
|
587
|
-
closed? httpclient/session.rb /^ def closed?/
|
588
|
-
closed? httpclient/session.rb /^ def closed?/
|
589
|
-
closed? httpclient/session.rb /^ def closed?/
|
590
|
-
code httpclient/http.rb /^ alias code/
|
591
|
-
connect httpclient/session.rb /^ def connect/
|
592
|
-
connect_retry httpclient/session.rb /^ attr_accessor :connect_retry/
|
593
|
-
connect_retry httpclient/session.rb /^ attr_accessor :connect_retry/
|
594
|
-
connect_ssl_proxy httpclient/session.rb /^ def connect_ssl_proxy/
|
595
|
-
connect_timeout httpclient/session.rb /^ attr_accessor :connect_timeout/
|
596
|
-
connect_timeout httpclient/session.rb /^ attr_accessor :connect_timeout/
|
597
|
-
content httpclient/http.rb /^ def content/
|
598
|
-
content httpclient/http.rb /^ def content/
|
599
|
-
contenttype httpclient/http.rb /^ def contenttype/
|
600
|
-
contenttype httpclient/http.rb /^ def contenttype/
|
601
|
-
contenttype= httpclient/http.rb /^ def contenttype=/
|
602
|
-
contenttype= httpclient/http.rb /^ def contenttype=/
|
603
|
-
cookie_error httpclient/cookie.rb /^ def cookie_error/
|
604
|
-
cookie_manager httpclient.rb /^ attr_accessor :cookie_manager/
|
605
|
-
cookies httpclient/cookie.rb /^ attr_reader :cookies/
|
606
|
-
cookies= httpclient/cookie.rb /^ def cookies=/
|
607
|
-
cookies_file httpclient/cookie.rb /^ attr_accessor :cookies_file/
|
608
|
-
create_boundary httpclient.rb /^ def create_boundary/
|
609
|
-
create_openssl_socket httpclient/session.rb /^ def create_openssl_socket/
|
610
|
-
create_query_part_str httpclient/http.rb /^ def create_query_part_str/
|
611
|
-
create_query_uri httpclient/http.rb /^ def create_query_uri/
|
612
|
-
create_request httpclient.rb /^ def create_request/
|
613
|
-
create_socket httpclient/session.rb /^ def create_socket/
|
614
|
-
create_ssl_socket httpclient/session.rb /^ def create_ssl_socket/
|
615
|
-
debug httpclient/session.rb /^ def debug/
|
616
|
-
debug httpclient/session.rb /^ def debug/
|
617
|
-
debug_dev httpclient.rb /^ def debug_dev/
|
618
|
-
debug_dev httpclient/session.rb /^ attr_accessor :debug_dev/
|
619
|
-
debug_dev httpclient/session.rb /^ attr_accessor :debug_dev/
|
620
|
-
debug_dev= httpclient.rb /^ def debug_dev=/
|
621
|
-
debug_dev= httpclient/session.rb /^ def debug_dev=/
|
622
|
-
default_redirect_uri_callback httpclient.rb /^ def default_redirect_uri_callback/
|
623
|
-
default_verify_callback httpclient/ssl_config.rb /^ def default_verify_callback/
|
624
|
-
delete httpclient.rb /^ def delete/
|
625
|
-
delete httpclient/http.rb /^ def delete/
|
626
|
-
delete_async httpclient.rb /^ def delete_async/
|
627
|
-
dest httpclient/session.rb /^ attr_reader :dest/
|
628
|
-
digest_auth httpclient/auth.rb /^ attr_reader :digest_auth/
|
629
|
-
discard httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
630
|
-
discard? httpclient/cookie.rb /^ def discard?/
|
631
|
-
do_get_block httpclient.rb /^ def do_get_block/
|
632
|
-
do_get_header httpclient.rb /^ def do_get_header/
|
633
|
-
do_get_stream httpclient.rb /^ def do_get_stream/
|
634
|
-
do_request httpclient.rb /^ def do_request/
|
635
|
-
do_request_async httpclient.rb /^ def do_request_async/
|
636
|
-
domain httpclient/cookie.rb /^ attr_accessor :domain, :path/
|
637
|
-
domain_match httpclient/cookie.rb /^ def domain_match/
|
638
|
-
domain_orig httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
639
|
-
domain_orig? httpclient/cookie.rb /^ def domain_orig?/
|
640
|
-
dump httpclient/http.rb /^ def dump/
|
641
|
-
dump httpclient/http.rb /^ def dump/
|
642
|
-
dump httpclient/http.rb /^ def dump/
|
643
|
-
dump_chunk httpclient/http.rb /^ def dump_chunk/
|
644
|
-
dump_chunk_size httpclient/http.rb /^ def dump_chunk_size/
|
645
|
-
dump_chunked httpclient/http.rb /^ def dump_chunked/
|
646
|
-
dump_chunks httpclient/http.rb /^ def dump_chunks/
|
647
|
-
dump_dummy_request_response httpclient.rb /^ def dump_dummy_request_response/
|
648
|
-
dump_last_chunk httpclient/http.rb /^ def dump_last_chunk/
|
649
|
-
eof? httpclient/session.rb /^ def eof?/
|
650
|
-
eof? httpclient/session.rb /^ def eof?/
|
651
|
-
eof? httpclient/session.rb /^ def eof?/
|
652
|
-
eql? httpclient/session.rb /^ def eql?/
|
653
|
-
escape httpclient/http.rb /^ def escape/
|
654
|
-
escape_query httpclient/http.rb /^ def escape_query/
|
655
|
-
expires httpclient/cookie.rb /^ attr_accessor :expires ## for Netscape Cookie/
|
656
|
-
file? httpclient/http.rb /^ def file?/
|
657
|
-
file_in_form_data? httpclient.rb /^ def file_in_form_data?/
|
658
|
-
filter_request httpclient/auth.rb /^ def filter_request/
|
659
|
-
filter_request httpclient/auth.rb /^ def filter_request/
|
660
|
-
filter_response httpclient/auth.rb /^ def filter_response/
|
661
|
-
filter_response httpclient/auth.rb /^ def filter_response/
|
662
|
-
find httpclient/cookie.rb /^ def find/
|
663
|
-
find_cookie_info httpclient/cookie.rb /^ def find_cookie_info/
|
664
|
-
finished? httpclient/connection.rb /^ def finished?/
|
665
|
-
flag httpclient/cookie.rb /^ def flag/
|
666
|
-
flush httpclient/session.rb /^ def flush/
|
667
|
-
flush httpclient/session.rb /^ def flush/
|
668
|
-
follow_redirect httpclient.rb /^ def follow_redirect/
|
669
|
-
follow_redirect_count httpclient.rb /^ attr_accessor :follow_redirect_count/
|
670
|
-
from httpclient/session.rb /^ attr_accessor :from/
|
671
|
-
get httpclient.rb /^ def get/
|
672
|
-
get httpclient/auth.rb /^ def get/
|
673
|
-
get httpclient/auth.rb /^ def get/
|
674
|
-
get httpclient/auth.rb /^ def get/
|
675
|
-
get httpclient/auth.rb /^ def get/
|
676
|
-
get httpclient/http.rb /^ def get/
|
677
|
-
get_async httpclient.rb /^ def get_async/
|
678
|
-
get_body httpclient/session.rb /^ def get_body/
|
679
|
-
get_cached_session httpclient/session.rb /^ def get_cached_session/
|
680
|
-
get_content httpclient.rb /^ def get_content/
|
681
|
-
get_header httpclient/session.rb /^ def get_header/
|
682
|
-
get_mime_type_func httpclient/http.rb /^ alias get_mime_type_func/
|
683
|
-
getenv httpclient.rb /^ def getenv/
|
684
|
-
gets httpclient/session.rb /^ def gets/
|
685
|
-
gets httpclient/session.rb /^ def gets/
|
686
|
-
gets httpclient/session.rb /^ def gets/
|
687
|
-
hash httpclient/session.rb /^ def hash/
|
688
|
-
hash_find_value httpclient/util.rb /^ def hash_find_value/
|
689
|
-
head httpclient.rb /^ def head/
|
690
|
-
head_async httpclient.rb /^ def head_async/
|
691
|
-
head_match? httpclient/cookie.rb /^ def head_match?/
|
692
|
-
header httpclient/http.rb /^ attr_accessor :header/
|
693
|
-
host httpclient/session.rb /^ attr_reader :host/
|
694
|
-
http_version httpclient/http.rb /^ attr_accessor :http_version/
|
695
|
-
https? httpclient.rb /^ def https?/
|
696
|
-
init_connect_request httpclient/http.rb /^ def init_connect_request/
|
697
|
-
init_request httpclient/http.rb /^ def init_request/
|
698
|
-
init_request httpclient/http.rb /^ def init_request/
|
699
|
-
init_response httpclient/http.rb /^ def init_response/
|
700
|
-
init_response httpclient/http.rb /^ def init_response/
|
701
|
-
inspect httpclient/session.rb /^ def inspect/
|
702
|
-
internal_mime_type httpclient/http.rb /^ def internal_mime_type/
|
703
|
-
join httpclient/connection.rb /^ def join/
|
704
|
-
join_quotedstr httpclient/cookie.rb /^ def join_quotedstr/
|
705
|
-
keep httpclient/session.rb /^ def keep/
|
706
|
-
keep_alive_enabled? httpclient/http.rb /^ def keep_alive_enabled?/
|
707
|
-
keyword_argument httpclient/util.rb /^ def keyword_argument/
|
708
|
-
load_cacerts httpclient/ssl_config.rb /^ def load_cacerts/
|
709
|
-
load_cookies httpclient/cookie.rb /^ def load_cookies/
|
710
|
-
load_environment httpclient.rb /^ def load_environment/
|
711
|
-
make_cookie_str httpclient/cookie.rb /^ def make_cookie_str/
|
712
|
-
match httpclient/session.rb /^ def match/
|
713
|
-
match? httpclient/cookie.rb /^ def match?/
|
714
|
-
mime_type httpclient/http.rb /^ def mime_type/
|
715
|
-
mime_type_handler httpclient/http.rb /^ def mime_type_handler/
|
716
|
-
mime_type_handler= httpclient/http.rb /^ def mime_type_handler=/
|
717
|
-
multiparam_query? httpclient/http.rb /^ def multiparam_query?/
|
718
|
-
name httpclient/cookie.rb /^ attr_accessor :name, :value/
|
719
|
-
negotiate_auth httpclient/auth.rb /^ attr_reader :negotiate_auth/
|
720
|
-
negotiate_auth httpclient/auth.rb /^ attr_reader :negotiate_auth/
|
721
|
-
netscape_rule httpclient/cookie.rb /^ attr_accessor :netscape_rule/
|
722
|
-
new_connect_request httpclient/http.rb /^ def new_connect_request/
|
723
|
-
new_request httpclient/http.rb /^ def new_request/
|
724
|
-
new_response httpclient/http.rb /^ def new_response/
|
725
|
-
no_proxy httpclient.rb /^ def no_proxy/
|
726
|
-
no_proxy= httpclient.rb /^ def no_proxy=/
|
727
|
-
no_proxy? httpclient.rb /^ def no_proxy?/
|
728
|
-
normalize_cookie_value httpclient/cookie.rb /^ def normalize_cookie_value/
|
729
|
-
ntlm_opt httpclient/auth.rb /^ attr_reader :ntlm_opt/
|
730
|
-
open httpclient/session.rb /^ def open/
|
731
|
-
options httpclient.rb /^ def options/
|
732
|
-
options httpclient/ssl_config.rb /^ attr_reader :options/
|
733
|
-
options= httpclient/ssl_config.rb /^ def options=/
|
734
|
-
options_async httpclient.rb /^ def options_async/
|
735
|
-
override httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
736
|
-
override? httpclient/cookie.rb /^ def override?/
|
737
|
-
override_header httpclient.rb /^ def override_header/
|
738
|
-
params_from_file httpclient/http.rb /^ def params_from_file/
|
739
|
-
parse httpclient/cookie.rb /^ def parse/
|
740
|
-
parse httpclient/cookie.rb /^ def parse/
|
741
|
-
parse_authentication_header httpclient/auth.rb /^ def parse_authentication_header/
|
742
|
-
parse_challenge_header httpclient/auth.rb /^ def parse_challenge_header/
|
743
|
-
parse_challenge_param httpclient/auth.rb /^ def parse_challenge_param/
|
744
|
-
parse_header httpclient/session.rb /^ def parse_header/
|
745
|
-
parse_keepalive_header httpclient/session.rb /^ def parse_keepalive_header/
|
746
|
-
parts httpclient/http.rb /^ def parts/
|
747
|
-
path httpclient/cookie.rb /^ attr_accessor :domain, :path/
|
748
|
-
path_orig httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
749
|
-
path_orig? httpclient/cookie.rb /^ def path_orig?/
|
750
|
-
peer_cert httpclient/http.rb /^ attr_accessor :peer_cert/
|
751
|
-
peer_cert httpclient/session.rb /^ def peer_cert/
|
752
|
-
pop httpclient/connection.rb /^ def pop/
|
753
|
-
port httpclient/session.rb /^ attr_reader :port/
|
754
|
-
post httpclient.rb /^ def post/
|
755
|
-
post_async httpclient.rb /^ def post_async/
|
756
|
-
post_connection_check httpclient/session.rb /^ def post_connection_check/
|
757
|
-
post_connection_check httpclient/ssl_config.rb /^ def post_connection_check/
|
758
|
-
post_content httpclient.rb /^ def post_content/
|
759
|
-
propfind httpclient.rb /^ def propfind/
|
760
|
-
propfind_async httpclient.rb /^ def propfind_async/
|
761
|
-
proppatch httpclient.rb /^ def proppatch/
|
762
|
-
proppatch_async httpclient.rb /^ def proppatch_async/
|
763
|
-
protect_keep_alive_disconnected httpclient.rb /^ def protect_keep_alive_disconnected/
|
764
|
-
protocol_retry_count httpclient/session.rb /^ attr_accessor :protocol_retry_count/
|
765
|
-
protocol_retry_count httpclient/session.rb /^ attr_accessor :protocol_retry_count/
|
766
|
-
protocol_version httpclient/session.rb /^ attr_accessor :protocol_version/
|
767
|
-
proxy httpclient.rb /^ def proxy/
|
768
|
-
proxy httpclient/session.rb /^ attr_accessor :proxy/
|
769
|
-
proxy= httpclient.rb /^ def proxy=/
|
770
|
-
proxy= httpclient/session.rb /^ def proxy=/
|
771
|
-
proxy_auth httpclient.rb /^ attr_reader :proxy_auth/
|
772
|
-
push httpclient/connection.rb /^ def push/
|
773
|
-
put httpclient.rb /^ def put/
|
774
|
-
put_async httpclient.rb /^ def put_async/
|
775
|
-
query httpclient/session.rb /^ def query/
|
776
|
-
query httpclient/session.rb /^ def query/
|
777
|
-
raise httpclient/timeout.rb /^ def raise/
|
778
|
-
read httpclient/session.rb /^ def read/
|
779
|
-
read httpclient/session.rb /^ def read/
|
780
|
-
read httpclient/session.rb /^ def read/
|
781
|
-
read_block_size httpclient/session.rb /^ attr_accessor :read_block_size/
|
782
|
-
read_block_size httpclient/session.rb /^ attr_accessor :read_block_size/
|
783
|
-
read_body_chunked httpclient/session.rb /^ def read_body_chunked/
|
784
|
-
read_body_length httpclient/session.rb /^ def read_body_length/
|
785
|
-
read_body_rest httpclient/session.rb /^ def read_body_rest/
|
786
|
-
read_header httpclient/session.rb /^ def read_header/
|
787
|
-
readpartial httpclient/session.rb /^ def readpartial/
|
788
|
-
readpartial httpclient/session.rb /^ def readpartial/
|
789
|
-
readpartial httpclient/session.rb /^ def readpartial/
|
790
|
-
reason httpclient/http.rb /^ def reason/
|
791
|
-
reason= httpclient/http.rb /^ def reason=/
|
792
|
-
reason_phrase httpclient/http.rb /^ attr_accessor :reason_phrase/
|
793
|
-
receive_timeout httpclient/session.rb /^ attr_accessor :receive_timeout/
|
794
|
-
receive_timeout httpclient/session.rb /^ attr_accessor :receive_timeout/
|
795
|
-
redirect? httpclient/http.rb /^ def self.redirect?/
|
796
|
-
redirect_uri_callback= httpclient.rb /^ def redirect_uri_callback=/
|
797
|
-
register httpclient/timeout.rb /^ def register/
|
798
|
-
reject_domains httpclient/cookie.rb /^ attr_accessor :accept_domains, :reject_domains/
|
799
|
-
remember_pos httpclient/http.rb /^ def remember_pos/
|
800
|
-
request httpclient.rb /^ def request/
|
801
|
-
request_async httpclient.rb /^ def request_async/
|
802
|
-
request_filter httpclient.rb /^ attr_reader :request_filter/
|
803
|
-
request_line httpclient/http.rb /^ def request_line/
|
804
|
-
request_method httpclient/http.rb /^ attr_reader :request_method/
|
805
|
-
request_query httpclient/http.rb /^ attr_accessor :request_query/
|
806
|
-
request_uri httpclient/http.rb /^ attr_accessor :request_uri/
|
807
|
-
request_via_proxy httpclient/http.rb /^ attr_accessor :request_via_proxy/
|
808
|
-
requested_version httpclient/session.rb /^ attr_accessor :requested_version/
|
809
|
-
res httpclient.rb /^ attr_reader :res/
|
810
|
-
reset httpclient.rb /^ def reset/
|
811
|
-
reset httpclient/session.rb /^ def reset/
|
812
|
-
reset_all httpclient.rb /^ def reset_all/
|
813
|
-
reset_all httpclient/session.rb /^ def reset_all/
|
814
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
815
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
816
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
817
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
818
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
819
|
-
reset_challenge httpclient/auth.rb /^ def reset_challenge/
|
820
|
-
reset_pos httpclient/http.rb /^ def reset_pos/
|
821
|
-
response_status_line httpclient/http.rb /^ def response_status_line/
|
822
|
-
sample_verify_callback httpclient/ssl_config.rb /^ def sample_verify_callback/
|
823
|
-
save_all_cookies httpclient/cookie.rb /^ def save_all_cookies/
|
824
|
-
save_cookie_store httpclient.rb /^ def save_cookie_store/
|
825
|
-
save_cookies httpclient/cookie.rb /^ def save_cookies/
|
826
|
-
scheme httpclient/auth.rb /^ attr_reader :scheme/
|
827
|
-
scheme httpclient/auth.rb /^ attr_reader :scheme/
|
828
|
-
scheme httpclient/auth.rb /^ attr_reader :scheme/
|
829
|
-
scheme httpclient/auth.rb /^ attr_reader :scheme/
|
830
|
-
scheme httpclient/session.rb /^ attr_accessor :scheme/
|
831
|
-
secure httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
832
|
-
secure? httpclient/cookie.rb /^ def secure?/
|
833
|
-
send_timeout httpclient/session.rb /^ attr_accessor :send_timeout/
|
834
|
-
send_timeout httpclient/session.rb /^ attr_accessor :send_timeout/
|
835
|
-
set httpclient/auth.rb /^ def set/
|
836
|
-
set httpclient/auth.rb /^ def set/
|
837
|
-
set httpclient/auth.rb /^ def set/
|
838
|
-
set httpclient/auth.rb /^ def set/
|
839
|
-
set httpclient/http.rb /^ def set/
|
840
|
-
set_auth httpclient.rb /^ def set_auth/
|
841
|
-
set_auth httpclient/auth.rb /^ def set_auth/
|
842
|
-
set_auth httpclient/auth.rb /^ def set_auth/
|
843
|
-
set_basic_auth httpclient.rb /^ def set_basic_auth/
|
844
|
-
set_client_cert_file httpclient/ssl_config.rb /^ def set_client_cert_file/
|
845
|
-
set_content httpclient/http.rb /^ def set_content/
|
846
|
-
set_context httpclient/ssl_config.rb /^ def set_context/
|
847
|
-
set_cookie_store httpclient.rb /^ def set_cookie_store/
|
848
|
-
set_crl httpclient/ssl_config.rb /^ def set_crl/
|
849
|
-
set_flag httpclient/cookie.rb /^ def set_flag/
|
850
|
-
set_header httpclient/http.rb /^ def set_header/
|
851
|
-
set_header httpclient/session.rb /^ def set_header/
|
852
|
-
set_mime_type_func httpclient/http.rb /^ alias set_mime_type_func/
|
853
|
-
set_proxy_auth httpclient.rb /^ def set_proxy_auth/
|
854
|
-
set_request_header httpclient/http.rb /^ def set_request_header/
|
855
|
-
set_response_header httpclient/http.rb /^ def set_response_header/
|
856
|
-
set_trust_ca httpclient/ssl_config.rb /^ def set_trust_ca/
|
857
|
-
size httpclient/http.rb /^ attr_reader :size/
|
858
|
-
size httpclient/http.rb /^ attr_reader :size/
|
859
|
-
socket_sync httpclient/session.rb /^ attr_accessor :socket_sync/
|
860
|
-
socket_sync httpclient/session.rb /^ attr_accessor :socket_sync/
|
861
|
-
ssl_config httpclient.rb /^ attr_reader :ssl_config/
|
862
|
-
ssl_config httpclient/session.rb /^ attr_accessor :ssl_config/
|
863
|
-
ssl_config httpclient/session.rb /^ attr_accessor :ssl_config/
|
864
|
-
ssl_connect httpclient/session.rb /^ def ssl_connect/
|
865
|
-
ssl_peer_cert httpclient/session.rb /^ attr_reader :ssl_peer_cert/
|
866
|
-
sspi_negotiate_auth httpclient/auth.rb /^ attr_reader :sspi_negotiate_auth/
|
867
|
-
start_timer_thread httpclient/timeout.rb /^ def start_timer_thread/
|
868
|
-
status httpclient/http.rb /^ def status/
|
869
|
-
status= httpclient/http.rb /^ def status=/
|
870
|
-
status_code httpclient/http.rb /^ attr_reader :status_code/
|
871
|
-
status_code httpclient/http.rb /^ alias status_code/
|
872
|
-
status_code= httpclient/http.rb /^ def status_code=/
|
873
|
-
strict_redirect_uri_callback httpclient.rb /^ def strict_redirect_uri_callback/
|
874
|
-
successful? httpclient/http.rb /^ def self.successful?/
|
875
|
-
sync httpclient/session.rb /^ def sync/
|
876
|
-
sync httpclient/session.rb /^ def sync/
|
877
|
-
sync= httpclient/session.rb /^ def sync=/
|
878
|
-
sync= httpclient/session.rb /^ def sync=/
|
879
|
-
tail_match? httpclient/cookie.rb /^ def tail_match?/
|
880
|
-
test_loopback_http_response httpclient/session.rb /^ attr_accessor :test_loopback_http_response/
|
881
|
-
test_loopback_http_response httpclient/session.rb /^ attr_reader :test_loopback_http_response/
|
882
|
-
test_loopback_response httpclient.rb /^ attr_reader :test_loopback_response/
|
883
|
-
thread httpclient/timeout.rb /^ attr_reader :thread, :time/
|
884
|
-
time httpclient/timeout.rb /^ attr_reader :thread, :time/
|
885
|
-
timeout httpclient/ssl_config.rb /^ attr_reader :timeout/
|
886
|
-
timeout httpclient/timeout.rb /^ def timeout/
|
887
|
-
timeout= httpclient/ssl_config.rb /^ def timeout=/
|
888
|
-
timeout_scheduler httpclient/timeout.rb /^ def timeout_scheduler/
|
889
|
-
to_s httpclient/session.rb /^ def to_s/
|
890
|
-
total_dot_num httpclient/cookie.rb /^ def total_dot_num/
|
891
|
-
trace httpclient.rb /^ def trace/
|
892
|
-
trace_async httpclient.rb /^ def trace_async/
|
893
|
-
uri_dirname httpclient/util.rb /^ def uri_dirname/
|
894
|
-
uri_part_of httpclient/util.rb /^ def uri_part_of/
|
895
|
-
urify httpclient/util.rb /^ def urify/
|
896
|
-
url httpclient/cookie.rb /^ attr_accessor :url/
|
897
|
-
use httpclient/cookie.rb /^ attr_writer :use, :secure, :discard, :domain_orig, :path_orig, :override/
|
898
|
-
use? httpclient/cookie.rb /^ def use?/
|
899
|
-
value httpclient/cookie.rb /^ attr_accessor :name, :value/
|
900
|
-
verify_callback httpclient/ssl_config.rb /^ attr_reader :verify_callback/
|
901
|
-
verify_callback= httpclient/ssl_config.rb /^ def verify_callback=/
|
902
|
-
verify_depth httpclient/ssl_config.rb /^ attr_reader :verify_depth/
|
903
|
-
verify_depth= httpclient/ssl_config.rb /^ def verify_depth=/
|
904
|
-
verify_mode httpclient/ssl_config.rb /^ attr_reader :verify_mode/
|
905
|
-
verify_mode= httpclient/ssl_config.rb /^ def verify_mode=/
|
906
|
-
version httpclient/http.rb /^ def version/
|
907
|
-
version= httpclient/http.rb /^ def version=/
|
908
|
-
www_auth httpclient.rb /^ attr_reader :www_auth/
|