Go to the source code of this file.
Defines | |
| #define | HTTP_PORT 80 |
| HTTP default port. | |
| #define | HTTPS_PORT 443 |
| HTTPS default port. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| int | http_open_filter (struct xfer_interface *xfer, struct uri *uri, unsigned int default_port, int(*filter)(struct xfer_interface *, struct xfer_interface **)) |
Definition in file http.h.
| #define HTTP_PORT 80 |
| #define HTTPS_PORT 443 |
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
| int http_open_filter | ( | struct xfer_interface * | xfer, | |
| struct uri * | uri, | |||
| unsigned int | default_port, | |||
| int(*)(struct xfer_interface *, struct xfer_interface **) | filter | |||
| ) |
1.5.7.1