代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/139514/5798638
c http.c
/*******************************************************************************
**
** http.c
**
** This file is part of the ABYSS Web server project.
**
** Copyright (C) 2000 by Moez Mahfoudh
www.eeworm.com/read/138548/5815473
pm http.pm
# ======================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and
www.eeworm.com/read/138548/5815483
pm http.pm
# ======================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and
www.eeworm.com/read/138548/5815491
pm http.pm
package Net::HTTP;
# $Id: HTTP.pm,v 1.39 2001/12/03 22:04:54 gisle Exp $
use strict;
use vars qw($VERSION @ISA);
$VERSION = "0.04";
eval { require IO::Socket::INET } || require IO::Socket;
require
www.eeworm.com/read/138548/5815525
pm http.pm
# $Id: http.pm,v 1.63 2001/12/14 19:33:52 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/138548/5815579
pm http.pm
package URI::http;
require URI::_server;
@ISA=qw(URI::_server);
use strict;
use vars qw(%unreserved_escape);
sub default_port { 80 }
sub canonical
{
my $self = shift;
my $other = $self->SU
www.eeworm.com/read/137626/5823241
c http.c
/* Internal "http" protocol implementation */
/* $Id: http.c,v 1.387.2.5 2005/05/01 22:47:55 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#inc
www.eeworm.com/read/137626/5823246
h http.h
/* $Id: http.h,v 1.14.2.1 2005/01/04 01:08:03 jonas Exp $ */
#ifndef EL__PROTOCOL_HTTP_HTTP_H
#define EL__PROTOCOL_HTTP_HTTP_H
#include "lowlevel/connect.h"
#include "modules/module.h"
#include "pro
www.eeworm.com/read/136989/5828313
h http.h
// http.h,v 1.2 1997/04/29 12:59:49 levine Exp
#include "global.h"
#define CONTENT_ENCODING_HEADER "Content-encoding: "
#define CONTENT_TYPE_HEADER "Content-type: "
#define INCOMING_FILE_NAME
www.eeworm.com/read/136989/5828442
h http.h
/*
* http.h,v 1.3 2000/06/04 22:00:03 brunsch Exp
*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the te