#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 */