[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / gpxe / http.h
blobbaa6d83ee71326e3a4b3d313ee900e6c7ffb15ea
1 #ifndef _GPXE_HTTP_H
2 #define _GPXE_HTTP_H
4 /** @file
6 * Hyper Text Transport Protocol
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 /** HTTP default port */
13 #define HTTP_PORT 80
15 /** HTTPS default port */
16 #define HTTPS_PORT 443
18 extern int http_open_filter ( struct xfer_interface *xfer, struct uri *uri,
19 unsigned int default_port,
20 int ( * filter ) ( struct xfer_interface *,
21 struct xfer_interface ** ) );
23 #endif /* _GPXE_HTTP_H */