mbed-http

Fork of mbed-http by sandbox

Revision:
20:0e63d6a93c02
Parent:
17:6e0025e01b98
--- a/source/http_request.h	Mon Sep 04 16:52:46 2017 +0100
+++ b/source/http_request.h	Sat Nov 18 14:03:26 2017 +0100
@@ -32,6 +32,9 @@
  *      - Userinfo parameter is not handled
  */
 
+#ifndef HTTP_RECEIVE_BUFFER_SIZE
+#define HTTP_RECEIVE_BUFFER_SIZE 8 * 1024
+#endif
 
 /**
  * \brief HttpRequest implements the logic for interacting with HTTP servers.