代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/456794/7339585
c http.c
//-----------------------------------------------------------------------------
// Net HTTP.C
//
// This module is the Web Server
// It currently serves a html text page and a jpeg image, or handl
www.eeworm.com/read/455079/7378273
ncb http.ncb
www.eeworm.com/read/455079/7378276
c http.c
#include
#include
#include
#include
#include "sock.h"
#include "http.h"
#include "url.h"
//#define WAP_PROXY
#define RSP_LENGTH "Content-Length
www.eeworm.com/read/455079/7378279
suo http.suo
www.eeworm.com/read/455079/7378282
obj http.obj
www.eeworm.com/read/455079/7378288
obj http.obj
www.eeworm.com/read/455079/7378294
h http.h
#ifndef _TDTV_HTTP_H
#define _TDTV_HTTP_H
#include "stream.h"
#ifdef __cplusplus
extern "C" {
#endif
enum HTTP_METHOD{
GET,
POST
};
typedef struct IHttpClient IHttpClient;
struct IH
www.eeworm.com/read/455016/7379983
h as_http.h
#ifndef __AS_HTTP_H__
#define __AS_HTTP_H__
#define XLS 0x01
#define DOC 0x02
#define PPT 0x03
#define PDF 0x04
#define EXE 0x05
#define ZIP 0x06
#define RAR 0x07
#define RM 0x08
#
www.eeworm.com/read/451319/7467473
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