Parent Directory
|
Revision Log
feat(freehttpd): better error handling
1 | #ifndef FREEHTTPD_PROTOCOL_H |
2 | #define FREEHTTPD_PROTOCOL_H |
3 | |
4 | #define HTTP1_0 "1.0" |
5 | #define HTTP1_1 "1.1" |
6 | #define HTTP2_0 "2.0" |
7 | |
8 | #endif /* FREEHTTPD_PROTOCOL_H */ |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |