代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/241045/13177525
h http.h
/*
DM&P Mity-Mite Demo Program.
Copyright (C) 2002 by DM&P.
*/
#ifndef _HTTP_H_
#define _HTTP_H_
#include "dsock.h"
#define HTTP_PORT 80
BOOL HttpServer(SOCKET s);
#endif /* _HT
www.eeworm.com/read/241045/13177566
c http.c
/*
DM&P Mity-Mite Demo Program.
Copyright (C) 2002 by DM&P.
This file is from example code of DSock.
*/
#include "http.h"
#include "smtp.h"
#include "grlcd.h"
#include
#incl
www.eeworm.com/read/139156/13185990
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/139156/13186035
obj http.obj
www.eeworm.com/read/139156/13186093
lst http.lst
C51 COMPILER V7.07 HTTP 07/25/2005 12:02:22 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT
www.eeworm.com/read/139156/13186095
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/137727/13302592
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/137727/13302696
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/238873/13317776
cpp http.cpp
// http.cpp
//
#include "http.h"
#include "filetransfer.h"
#include "httputils.h"
#include
_LIT8(KCRLF, "\r\n");
_LIT8(KSpace, " ");
_LIT8(KFullStop, ".");
_LIT8(KHTTPPr
www.eeworm.com/read/238873/13317794
h http.h
// http.h
//
#ifndef HEADER_HTTP
#define HEADER_HTTP
#include
#include
#include
class CSmallServServer;
class CFileTransfer;
class CHTTPProtoco