Searched refs:HTTP (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dhtml.t76 qr!HTTP/1.0 200 OK${CRLF}Server: cmdline${CRLF}Date:.+${CRLF}Content-Type: text/html; charset=ISO-8859-1${CRLF}${CRLF}!,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm247 CGI::Cookie - Interface to HTTP Cookies
271 CGI::Cookie is an interface to HTTP/1.1 cookies, an
334 through HTTP Requests. This cookie will be inaccessible via JavaScript
405 This will print the Set-Cookie HTTP header to STDOUT using CGI.pm. CGI.pm
415 HTTP header. Here is a typical sequence:
437 method when incorporated into the HTTP header. as_string() turns the
H A DCarp.pm38 time-stamped messages to the HTTP server error log.
114 arranges to send a minimal HTTP header to the browser so that even errors that
213 warnings to the browser before the HTTP headers have been sent would
H A DPush.pm247 HTTP header for each page. Simply modify your draw routine to
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h359 #define HTTP "http://" macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm196 If you have an FTP proxy firewall (B<NOT> an HTTP or SOCKS firewall)
H A DPing.pm1546 (i.e., HTTP or FTP) to ensure the remote server is sane in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm103 # Change this to 1 to suppress redundant HTTP headers
1592 my $protocol = $ENV{SERVER_PROTOCOL} || 'HTTP/1.0';
2995 # and PATH_INFO. Some HTTP servers do sanitise the paths in those
3016 # possibly sanitised by the HTTP server, so in the case of Apache 2:
3180 # cookies are returned exactly as given in the HTTP
3315 # Return the protocol (usually HTTP/1.0)
3319 return $ENV{'SERVER_PROTOCOL'} || 'HTTP/1.0'; # for debugging
3324 # Return the value of an HTTP variable, or
3332 if ( $parameter =~ /^HTTP(?:_|$)/ ) {
3337 return grep { /^HTTP(
[all...]
H A DCPAN.pm704 sub {require HTTP::Request},
3255 if ($CPAN::META->has_inst(HTTP::Date)) {
3256 require HTTP::Date;
3257 my($age) = (time - HTTP::Date::str2time($last_updated))/3600/24;
3269 $CPAN::Frontend->myprint(" HTTP::Date not available\n");

Completed in 42 milliseconds