Just testing things, based off of http-example-wnc

Dependencies:   easy-connect mbed-http

Fork of http-example-wnc by Avnet

Committer:
JMF
Date:
Wed Apr 19 21:06:36 2017 +0000
Revision:
18:2a891e583ec4
Parent:
15:e96b74243a80
Child:
20:1c3499729772
json file changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jan Jongboom 0:85fdc69bc10c 1 #ifndef _SELECT_METHOD_H_
Jan Jongboom 0:85fdc69bc10c 2 #define _SELECT_METHOD_H_
Jan Jongboom 0:85fdc69bc10c 3
Jan Jongboom 11:72c089200302 4 #define DEMO_HTTP 1
Jan Jongboom 11:72c089200302 5 #define DEMO_HTTP_SOCKET_REUSE 2
Jan Jongboom 11:72c089200302 6 #define DEMO_HTTPS 3
Jan Jongboom 11:72c089200302 7 #define DEMO_HTTPS_SOCKET_REUSE 4
JMF 15:e96b74243a80 8 #define DEMO_HTTPx 5
Jan Jongboom 0:85fdc69bc10c 9
JMF 18:2a891e583ec4 10 #define DEMO DEMO_HTTPx
Jan Jongboom 0:85fdc69bc10c 11 #endif // _SELECT_METHOD_H_