summaryrefslogtreecommitdiffstats
path: root/src/lib-http/http-common.h
blob: 9aa217fc8526c7a5af9d11b52ecaa1f26393840e (plain)
1
2
3
4
5
6
7
#ifndef HTTP_COMMON_H
#define HTTP_COMMON_H

#define HTTP_DEFAULT_PORT 80
#define HTTPS_DEFAULT_PORT 443

#endif