Copy of NetServicesMin with the HTTP Client library. Includes modification for HTTP servers which send the HTTP status line in its own packet.

Committer:
andrewbonney
Date:
Thu May 26 10:02:40 2011 +0000
Revision:
0:18dd877d2c77

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewbonney 0:18dd877d2c77 1 #ifndef NET_CFG_H
andrewbonney 0:18dd877d2c77 2 #define NET_GPRS 0
andrewbonney 0:18dd877d2c77 3 #define NET_PPP 0
andrewbonney 0:18dd877d2c77 4 #define NET_GPRS_MODULE 0
andrewbonney 0:18dd877d2c77 5 #define NET_ETH 1
andrewbonney 0:18dd877d2c77 6 #define NET_USB_SERIAL 0
andrewbonney 0:18dd877d2c77 7 #define NET_CFG_H 1
andrewbonney 0:18dd877d2c77 8 #define NET_UMTS 0
andrewbonney 0:18dd877d2c77 9 #define NET_USB 0
andrewbonney 0:18dd877d2c77 10 #define NET_LWIP_STACK 1
andrewbonney 0:18dd877d2c77 11 #endif