代码搜索:Http
找到约 10,000 项符合「Http」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3000029
pm http.pm
package Net::HTTP;
# $Id: HTTP.pm,v 1.47 2005/12/06 12:02:22 gisle Exp $
use strict;
use vars qw($VERSION @ISA);
$VERSION = "1.00";
eval { require IO::Socket::INET } || require IO::Socket;
require
www.eeworm.com/read/358128/3000065
pm http.pm
# $Id: http.pm,v 1.70 2005/12/08 10:28:01 gisle Exp $
#
package LWP::Protocol::http;
use strict;
require LWP::Debug;
require HTTP::Response;
require HTTP::Status;
require Net::HTTP;
use vars qw(@I
www.eeworm.com/read/358128/3001711
reg http.reg
a:13:{s:8:"provides";a:4:{s:10:"class;HTTP";a:3:{s:4:"type";s:5:"class";s:4:"name";s:4:"HTTP";s:8:"explicit";b:1;}s:19:"function;HTTP::Date";a:3:{s:4:"type";s:8:"function";s:4:"name";s:10:"HTTP::Date"
www.eeworm.com/read/358055/3006990
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/358055/3007038
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/358055/3007064
http-strings
http_http "http://"
http_200 "200 "
http_301 "301 "
http_302 "302 "
http_get "GET "
http_10 "HTTP/1.0"
http_11 "HTTP/1.1"
http_content_type "content-type: "
http_texthtml "text/html"
http_loc
www.eeworm.com/read/356896/3036304
tcl http.tcl
# http.tcl
# Client-side HTTP for GET, POST, and HEAD commands.
# These routines can be used in untrusted code that uses the Safesock
# security policy.
# These procedures use a callback interface
www.eeworm.com/read/356518/3041042
plo http.plo
http.lo .libs/http.o: http.cc ../../config.h ../torrent/exceptions.h \
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/exception \
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../inc
www.eeworm.com/read/356070/3042786
tcl http.tcl
# http.tcl
# Client-side HTTP for GET, POST, and HEAD commands.
# These routines can be used in untrusted code that uses the Safesock
# security policy.
# These procedures use a callback interface to