/[osn-commons]/trunk/freehttpd/protocol.h
ViewVC logotype

Annotation of /trunk/freehttpd/protocol.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 46 - (hide annotations)
Mon Aug 12 16:55:32 2024 UTC (7 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 159 byte(s)
feat(freehttpd): better error handling
1 rakinar2 46 #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 */

team@onesoftnet.eu.org
ViewVC Help
Powered by ViewVC 1.1.26