代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/433388/7933484
opt http.opt
www.eeworm.com/read/398558/7937056
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/398558/7937127
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/198319/7940584
asm http.asm
.nolist
.include "param.inc"
.include "8019.inc"
.list
.global http
.global open_http
.equ CR, 0x0D
.equ LF, 0x0A
; RSEG CPU_BIT
;;***** http *****
.bitcomm flagSecure, 1
; RSEG CPU_DATA
.comm
www.eeworm.com/read/146107/12671123
c http.c
/////////////////////////////////////////////////////////////////////////////
//
// http.c
//
// MiniWeb - mini webserver implementation
//
////////////////////////////////////////////////////////////
www.eeworm.com/read/246478/12723345
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/332218/12772639
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/332218/12772704
obj http.obj
www.eeworm.com/read/332218/12772792
lst http.lst
C51 COMPILER V7.09 HTTP 07/07/2004 14:57:19 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT
www.eeworm.com/read/332218/12772798
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