A HTTP Client for the mbed networking libraries

Dependents:   HTTPClient_Wifly_HelloWorld HTTPPoster HTTPClient_HelloWorld mpod_nhk_english ... more

Fork of HTTPClientLib by Donatien Garnier

Fixed HTTP header key and value buffer length.

Program "HTTPClient_HelloWorld" is used the site http://httpbin.org/ .

http://developer.mbed.org/users/donatien/code/HTTPClient_HelloWorld/

This site changed specification, after the program was made. New header "Access-Control-Allow-Credentials:true" was added. Since this header has the long name, it has exceeded the receive buffer.

This pull request is correction of that problem. Would you accept a pull request?

Fixed HTTP header key and value length.