SYMBOL INDEX (64 symbols across 10 files) FILE: lib/net_http_hacked.rb class Net::HTTP (line 19) | class Net::HTTP method begin_request_hacked (line 49) | def begin_request_hacked(req) method end_request_hacked (line 60) | def end_request_hacked class Net::HTTPResponse (line 67) | class Net::HTTPResponse method begin_reading_body_hacked (line 81) | def begin_reading_body_hacked(sock, reqmethodallowbody) method end_reading_body_hacked (line 86) | def end_reading_body_hacked FILE: lib/rack/http_streaming_response.rb type Rack (line 4) | module Rack class HttpStreamingResponse (line 6) | class HttpStreamingResponse method initialize (line 15) | def initialize(request, host, port = nil) method body (line 19) | def body method code (line 23) | def code method headers (line 31) | def headers method each (line 36) | def each(&block) method to_s (line 44) | def to_s method response (line 51) | def response method session (line 56) | def session method close_connection (line 74) | def close_connection FILE: lib/rack/proxy.rb type Rack (line 4) | module Rack class Proxy (line 7) | class Proxy method extract_http_request_headers (line 22) | def extract_http_request_headers(env) method normalize_headers (line 34) | def normalize_headers(headers) method build_header_hash (line 41) | def build_header_hash(pairs) method reconstruct_header_name (line 53) | def reconstruct_header_name(name) method titleize (line 57) | def titleize(str) method initialize (line 63) | def initialize(app = nil, opts= {}) method call (line 86) | def call(env) method rewrite_env (line 91) | def rewrite_env(env) method rewrite_response (line 96) | def rewrite_response(triplet) method perform_request (line 102) | def perform_request(env) FILE: lib/rack_proxy_examples/example_service_proxy.rb class ExampleServiceProxy (line 17) | class ExampleServiceProxy < Rack::Proxy method perform_request (line 18) | def perform_request(env) FILE: lib/rack_proxy_examples/forward_host.rb class ForwardHost (line 1) | class ForwardHost < Rack::Proxy method rewrite_env (line 3) | def rewrite_env(env) method rewrite_response (line 8) | def rewrite_response(triplet) FILE: lib/rack_proxy_examples/rack_php_proxy.rb class RackPhpProxy (line 4) | class RackPhpProxy < Rack::Proxy method perform_request (line 6) | def perform_request(env) method rewrite_response (line 25) | def rewrite_response(triplet) FILE: lib/rack_proxy_examples/trusting_proxy.rb class TrustingProxy (line 1) | class TrustingProxy < Rack::Proxy method rewrite_env (line 3) | def rewrite_env(env) method rewrite_response (line 11) | def rewrite_response(triplet) FILE: test/http_streaming_response_test.rb class HttpStreamingResponseTest (line 4) | class HttpStreamingResponseTest < Test::Unit::TestCase method setup (line 6) | def setup method test_streaming (line 12) | def test_streaming method test_to_s (line 39) | def test_to_s method test_to_s_called_twice (line 43) | def test_to_s_called_twice FILE: test/net_http_hacked_test.rb class NetHttpHackedTest (line 4) | class NetHttpHackedTest < Test::Unit::TestCase method test_net_http_hacked (line 6) | def test_net_http_hacked FILE: test/rack_proxy_test.rb class RackProxyTest (line 4) | class RackProxyTest < Test::Unit::TestCase class HostProxy (line 5) | class HostProxy < Rack::Proxy method rewrite_env (line 8) | def rewrite_env(env) method app (line 14) | def app(opts = {}) method test_http_streaming (line 18) | def test_http_streaming method test_http_full_request (line 25) | def test_http_full_request method test_http_full_request_headers (line 32) | def test_http_full_request_headers method test_https_streaming (line 39) | def test_https_streaming method test_https_streaming_tls (line 46) | def test_https_streaming_tls method test_https_full_request (line 53) | def test_https_full_request method test_https_full_request_tls (line 60) | def test_https_full_request_tls method test_normalize_headers (line 67) | def test_normalize_headers method test_header_reconstruction (line 77) | def test_header_reconstruction method test_extract_http_request_headers (line 87) | def test_extract_http_request_headers method test_duplicate_headers (line 105) | def test_duplicate_headers method test_handles_missing_content_length (line 116) | def test_handles_missing_content_length method test_response_header_included_Hop_by_hop (line 122) | def test_response_header_included_Hop_by_hop