- Timestamp:
- 06/07/08 19:57:42 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/lazy_request/lib/HTTP/Engine/RequestBuilder.pm
r13370 r13397 2 2 use Moose; 3 3 use CGI::Simple::Cookie; 4 5 use IO::Socket qw[AF_INET inet_aton]; 4 6 5 7 # tempolary file path for upload file. … … 82 84 grep { /^(?:HTTP|CONTENT|COOKIE)/i } keys %ENV 83 85 }); 86 } 87 88 sub _build_hostname { 89 my ( $self, $req ) = @_; 90 $ENV{REMOTE_HOST} || gethostbyaddr( inet_aton( $req->address ), AF_INET ); 84 91 } 85 92
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)