search for: fcgi_stdin

Displaying 1 result from an estimated 1 matches for "fcgi_stdin".

Did you mean: fcgi_stdio
2005 Dec 22
5
How to access request''s raw_header: HTTP hdr sent by browser
Is that something possible, i''ve been trying to get to the RAW headers sent during a GET request on a page, and couldn''t find where. I''m using webrick. Here are the tries I did to get access to it: class ZController < ApplicationController def info #render :inline => request.inspect #render :inline => raw_header.inspect #render :inline =>