代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/309724/13665708
h http.h
#ifdef HTTP
#define HTTP_EXT
#else
#define HTTP_EXT extern
#endif
HTTP_EXT void http_Process(uint8 *tempdata);
#ifdef HTTP
uint8 httpweb[]={
"HTTP/1.0 200 OK\r\n"
"Date: Mon, 24
www.eeworm.com/read/307726/13715835
doc http.doc
www.eeworm.com/read/307601/13719694
h http.h
// Http.h : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rig
www.eeworm.com/read/307601/13719719
cpp http.cpp
// Http.cpp : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All r
www.eeworm.com/read/306970/13733901
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
www.eeworm.com/read/301879/13847260
java http.java
/*
* Java Network Programming, Second Edition
* Merlin Hughes, Michael Shoffner, Derek Hamner
* Manning Publications Company; ISBN 188477749X
*
* http://nitric.com/jnp/
*
* Copyright (c) 1997-1
www.eeworm.com/read/152048/5676469
h http.h
// Http.h : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rig
www.eeworm.com/read/152048/5676489
cpp http.cpp
// Http.cpp : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All r
www.eeworm.com/read/150420/5692476
pm http.pm
package PunJab::Server::HTTP;
use warnings;
use strict;
use POE qw/ Component::Server::TCP Filter::HTTPD /;
use HTTP::Date;
use HTTP::Status;
use File::Spec;
use Exporter();
use PunJab::Util;
sub
www.eeworm.com/read/150420/5692506
js http.js
var ua = navigator.userAgent.toLowerCase();
//
// Browser Detection
//
is_mac = (ua.indexOf("mac")!=-1) ? true : false;
ns_4 = (document.layers) ? true : false;
ie_mac = ((document.all)&&(is_mac)) ? t