代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/460691/1558575
pm http.pm
#
# $Id: http.pm,v 1.43 1998/08/04 12:37:58 aas Exp $
package LWP::Protocol::http;
require LWP::Debug;
require HTTP::Response;
require HTTP::Status;
require IO::Socket;
require IO::Select;
www.eeworm.com/read/460691/1558610
pm http.pm
package URI::URL::http;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
sub default_port { 80 }
require Carp;
# @ISA = qw(AutoLoader) # This comment is needed by AutoSplit.
www.eeworm.com/read/459961/1564430
d http.d
obj/http.o: ../http.c \
/cygdrive/d/altera/kits/nios2_51/bin/nios2-gnutools/H-i686-pc-cygwin/bin/../lib/gcc/nios2-elf/3.4.1/../../../../nios2-elf/include/stdio.h \
/cygdrive/d/altera/kits/nios2_
www.eeworm.com/read/459172/1572691
c http.c
/*
* HTTP protocol for ffmpeg client
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/457053/1600562
tcl http.tcl
#
# Copyright (c) 1997 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided th
www.eeworm.com/read/457053/1601642
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 inter
www.eeworm.com/read/457053/1601644
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
www.eeworm.com/read/455269/1624435
tcl http.tcl
#
# Copyright (c) 1997 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided th
www.eeworm.com/read/453678/1639111
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_location "lo