⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 http.hrh

📁 简单的socket请求
💻 HRH
字号:
/* Copyright (c) 2008, Nokia. All rights reserved */

#ifndef __HTTP_HRH__
#define __HTTP_HRH__

// Http enumerate command codes
enum THttpIds
    {
    EHttpGetCommand = 0x6000,  // ensure they do not coincide with predefined commands
    // add further enumerations here
	EHttpPostCommand,
	ESocketsServerNameEdwin,
	EHttpSetServer,
	EHttpOpenFile,
	EHttpSelectIAPs,
	EHttpIAPs1,
	EHttpIAPs2,
	EHttpIAPs3,
	EHttpIAPs4,
	EHttpIAPs5,
	EHttpIAPs6,
	EHttpIAPs7,
	EHttpIAPs8
    };

#define  MAX_SERVER_NAME_LENGTH  50
#define  DEFAULT_SERVER_PORT     80
#define  REQUEST_METHOD_GET      0
#define  REQUEST_METHOD_POST     1
#define  MAX_IAPS_NUMBER         8
#endif // __HTTP_HRH__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -