您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678910111213141516 |
- #ifndef _GPXE_HTTP_H
- #define _GPXE_HTTP_H
-
- /** @file
- *
- * Hyper Text Transport Protocol
- *
- */
-
- /** HTTP default port */
- #define HTTP_PORT 80
-
- /** HTTPS default port */
- #define HTTPS_PORT 443
-
- #endif /* _GPXE_HTTP_H */
|