Created
January 13, 2012 21:46
-
-
Save thomasv314/1608873 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
: environment, | |
{ | |
"SERVER_SOFTWARE"=>"Goliath", | |
"SERVER_NAME"=>"localhost", | |
"rack.version"=>[ | |
1, | |
0 | |
], | |
"rack.errors"=>#<IO: <STDERR>>, | |
"rack.multithread"=>false, | |
"rack.multiprocess"=>false, | |
"rack.run_once"=>false, | |
: start_time=>1326491202.033972, | |
: time=>1326491202.033997, | |
: trace=>[ | |
], | |
"SERVER_PORT"=>"9000", | |
"rack.logger"=>#<Log4r: : Logger: 0x00000100dd8bb8@fullname="goliath", | |
@outputters=[ | |
#<Log4r: : StdoutOutputter: 0x00000100992298@mon_owner=nil, | |
@mon_count=0, | |
@mon_mutex=#<Mutex: 0x00000100992158>, | |
@name="console", | |
@level=0, | |
@formatter=#<Log4r: : PatternFormatter: 0x00000100983bf8@depth=7, | |
@pattern="[17130:%l] %d :: %m", | |
@date_pattern="%Y-%m-%d %H:%M:%S", | |
@date_method=nil>, | |
@out=#<IO: <STDOUT>>> | |
], | |
@additive=true, | |
@name="goliath", | |
@path="", | |
@parent=#<Log4r: : RootLogger: 0x00000100dd8e60@level=0, | |
@outputters=[ | |
]>, | |
@level=1, | |
@trace=false>, | |
"options"=>{ | |
}, | |
"status"=>{ | |
}, | |
"config"=>{ | |
}, | |
"REMOTE_ADDR"=>"127.0.0.1", | |
"rack.input"=>#<StringIO: 0x00000100a060a8>, | |
"async.callback"=>#<Proc: 0x00000100ba6db8@/Users/thomasvendetta/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/goliath-0.9.4/lib/goliath/rack/async_middleware.rb: 92>, | |
"stream.send"=>#<Proc: 0x00000100a05c98@/Users/thomasvendetta/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/goliath-0.9.4/lib/goliath/request.rb: 29>, | |
"stream.close"=>#<Proc: 0x00000100a05a90@/Users/thomasvendetta/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/goliath-0.9.4/lib/goliath/request.rb: 30>, | |
"stream.start"=>#<Proc: 0x00000100a058d8@/Users/thomasvendetta/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/goliath-0.9.4/lib/goliath/request.rb: 31>, | |
"HTTP_HOST"=>"localhost:9000", | |
"HTTP_CONNECTION"=>"keep-alive", | |
"HTTP_CACHE_CONTROL"=>"max-age=0", | |
"HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7", | |
"HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", | |
"HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", | |
"HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", | |
"HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", | |
"HTTP_COOKIE"=>"Drupal.toolbar.collapsed=0; SESSc056dc698301f86cbb6dec98a1b642fb=uPmjCLCo-d5I_QZmQpapxopvwOI3GFNKO0vRRLeq27U; SESS28f24ada6ecdd86c3e72d95f73523e51=lV_7pCgtzszvDKMUFTb2PGE8dx3rhA9uWqghDM01psg; SESSa0fffc60af7811b7b2c6802a290676bc=-ja4u4oFxP7ndxBY5vkvP0TDwmr-k1rFN3qtbaOXtYs; has_js=1", | |
"REQUEST_METHOD"=>"GET", | |
"REQUEST_URI"=>"/", | |
"QUERY_STRING"=>"", | |
"HTTP_VERSION"=>"1.1", | |
"SCRIPT_NAME"=>"/", | |
"REQUEST_PATH"=>"/", | |
"PATH_INFO"=>"/", | |
"FRAGMENT"=>"", | |
"params"=>{ | |
} | |
} | |
][ | |
: parameters, | |
{ | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment