Dependencies:   mbed-http

Committer:
ocomeni
Date:
Thu Feb 28 18:13:48 2019 +0000
Revision:
73:6f5021cbe752
commit current application code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ocomeni 73:6f5021cbe752 1 #ifndef _SELECT_METHOD_H_
ocomeni 73:6f5021cbe752 2 #define _SELECT_METHOD_H_
ocomeni 73:6f5021cbe752 3
ocomeni 73:6f5021cbe752 4 #define DEMO_HTTP 1
ocomeni 73:6f5021cbe752 5 #define DEMO_HTTP_SOCKET_REUSE 2
ocomeni 73:6f5021cbe752 6 #define DEMO_HTTP_IPV6 3
ocomeni 73:6f5021cbe752 7 #define DEMO_HTTPS 4
ocomeni 73:6f5021cbe752 8 #define DEMO_HTTPS_SOCKET_REUSE 5
ocomeni 73:6f5021cbe752 9 #define DEMO_HTTPS_CHUNKED_REQUEST 6
ocomeni 73:6f5021cbe752 10
ocomeni 73:6f5021cbe752 11 #define DEMO DEMO_HTTPS
ocomeni 73:6f5021cbe752 12
ocomeni 73:6f5021cbe752 13 #endif // _SELECT_METHOD_H_