1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-07-30 07:43:03 +03:00

Commit Graph

  • b8820741df Merge pull request #7 from sandeepmistry/response-body Arturo Guadalupi 2016-12-16 16:51:25 +01:00
  • b6eaf7ce37 Make description match library.properties Sandeep Mistry 2016-10-14 15:28:19 -04:00
  • 208005fec2 Add library.json for PlatformIO integration Daniel Mack 2016-08-22 11:28:22 +02:00
  • 172049e0c3 Also set iBodyLengthConsumed to zero when parsing Sandeep Mistry 2016-08-12 17:00:56 -04:00
  • fe46191445 Make HttpClient::responseBody more robust Sandeep Mistry 2016-07-12 17:23:48 -04:00
  • dbf13c8aa7 Add change log 0.1.0 Sandeep Mistry 2016-07-05 10:40:06 -04:00
  • 67b4e3cd47 Add includes key in library.properties Sandeep Mistry 2016-07-05 09:46:46 -04:00
  • 364364744e Create src folder Sandeep Mistry 2016-07-05 09:32:13 -04:00
  • e36394733e Make bracket style consistent Sandeep Mistry 2016-07-05 09:21:08 -04:00
  • f9f75fb6ea Update library.properties Sandeep Mistry 2016-07-04 16:15:45 -04:00
  • a19197cebe Merge pull request #5 from sandeepmistry/websocket Massimo Banzi 2016-07-01 13:25:41 +01:00
  • f99517c3e5 Correct endMessage return value, add check for TX state Sandeep Mistry 2016-06-29 14:15:22 -04:00
  • 00cd68f52f Add ping, pong, and connection close support Sandeep Mistry 2016-06-29 13:04:27 -04:00
  • 1c56734360 Add new SimpleWebSocket example Sandeep Mistry 2016-06-28 16:54:40 -04:00
  • 6a924a90aa Update keywords.txt Sandeep Mistry 2016-06-28 16:53:17 -04:00
  • 0cb4f90f2a Add initial WebSocketClient Sandeep Mistry 2016-06-28 16:53:05 -04:00
  • 32895db9d6 Treat 101 status codes as a complete Sandeep Mistry 2016-06-28 16:50:33 -04:00
  • 9328370395 Add WebSocket server to getPostPutDelete.js using ws Sandeep Mistry 2016-06-28 16:49:52 -04:00
  • 829cb2d1f7 Make whitespace consistent in getPostPutDelete.js Sandeep Mistry 2016-06-28 16:49:15 -04:00
  • 6c39432271 Merge pull request #2 from sandeepmistry/master Massimo Banzi 2016-06-23 10:02:37 +02:00
  • 8f42a68a50 Always finish headers if a request body is provided to startRequest Sandeep Mistry 2016-06-22 12:59:38 -04:00
  • f56eecbc6f Add new responseBody API to simplify reading response body as a String Sandeep Mistry 2016-06-22 12:47:56 -04:00
  • bdc5281733 Add new del API for HTTP DELETE method Sandeep Mistry 2016-06-22 12:16:12 -04:00
  • c3023b25ee Add optional content type, content length and body parameters to post, put, and startRequest Sandeep Mistry 2016-06-22 12:10:47 -04:00
  • 4ab54b0a1a Merge pull request #1 from sandeepmistry/master Massimo Banzi 2016-06-21 21:36:50 +02:00
  • 248841e827 Add .gitignore Sandeep Mistry 2016-06-21 14:11:39 -04:00
  • fc3e6c6fe7 Initial port of examples from RestClient Sandeep Mistry 2016-06-21 14:10:43 -04:00
  • 94a8723420 Make WiFiClient and HttpClient global var in example Sandeep Mistry 2016-06-17 17:29:47 -04:00
  • 9f0078440f Move new API definitions down a bit in header Sandeep Mistry 2016-06-17 16:50:43 -04:00
  • 8012c8dace Add noDefaultRequestHeaders API to turn off sending default headers Sandeep Mistry 2016-06-17 16:49:52 -04:00
  • 0bcba913fd Move storing of initialState in startRequest to the start Sandeep Mistry 2016-06-17 16:38:09 -04:00
  • 70dc5ee44e Remove unimplemented finishRequest from header Sandeep Mistry 2016-06-17 16:37:32 -04:00
  • 5df9084d8e Correct some warnings Sandeep Mistry 2016-06-17 15:34:49 -04:00
  • f12a797fb3 Add connectionKeepAlive to keywords.txt and add comment for it Sandeep Mistry 2016-06-17 15:20:16 -04:00
  • 91ea1fd8fa Remove installation instructions, update dependencies Sandeep Mistry 2016-06-17 15:10:32 -04:00
  • c5484daee9 Update keywords.txt for new API's Sandeep Mistry 2016-06-17 15:08:11 -04:00
  • 343a417d1b Update header comment Sandeep Mistry 2016-06-17 14:59:37 -04:00
  • 7ee216f4aa Use http.endOfBodyReached() in example instead of tracking body len Sandeep Mistry 2016-06-17 14:58:17 -04:00
  • 255118660b Make skipResponseHeaders() optional, if contentLength() is called first Sandeep Mistry 2016-06-17 14:55:03 -04:00
  • 4b6f4dfa29 Add check for bodyLen in read loop Sandeep Mistry 2016-06-17 14:37:51 -04:00
  • bfedff87c1 Add connection keep alive support Sandeep Mistry 2016-06-17 14:18:11 -04:00
  • 33804d4534 Add support for String parameters to sendHeader and sendHeader Sandeep Mistry 2016-06-17 12:55:17 -04:00
  • 9ab55ef6e2 New API's to read header name and value as String's Sandeep Mistry 2016-06-17 12:48:49 -04:00
  • 625154754a Remove unused code Sandeep Mistry 2016-06-17 11:09:37 -04:00
  • 777b561cc5 Make white space consistent Sandeep Mistry 2016-06-17 11:09:14 -04:00
  • 3beefd981a Add support for String parameter types for host and URL path Sandeep Mistry 2016-06-17 11:01:38 -04:00
  • 0030d41287 Make server name/address and port constructor arguments Sandeep Mistry 2016-06-17 10:56:27 -04:00
  • e3a6c20cd9 Remove proxy support (for now) Sandeep Mistry 2016-06-17 10:13:56 -04:00
  • ad9bd94136 Wrap proxy member var declarations in #ifdef Sandeep Mistry 2016-06-17 10:02:32 -04:00
  • b72b7056a9 Update example to use WiFi101 Sandeep Mistry 2016-06-17 09:41:12 -04:00
  • e057c073d9 Add ArduinoHttpClient.h Sandeep Mistry 2016-06-17 09:32:05 -04:00
  • bb9bd9b422 Rename to ArduinoHttpClient, and other metadata updates Sandeep Mistry 2016-06-17 09:31:49 -04:00
  • 4a2222d210 Changes so this can be added to the Arduino 1.5+ library manager Adrian McEwen 2015-07-03 14:59:41 +01:00
  • 4bb288dd86 Fixes issue #10 where the library would crash on Intel Galileo and Edison. Adrian McEwen 2015-05-05 22:56:12 +01:00
  • 522108f64e Added sending "Connection: close" header to fix hang when talking to some servers (first spotted with Xively's servers) Adrian McEwen 2013-11-24 21:39:54 +00:00
  • 53cc49f1c8 Reworked to trim down the code size of sketches using HttpClient Adrian McEwen 2013-11-24 21:39:10 +00:00
  • fa50bfdbdb Installation instructions updated to use releases area Adrian McEwen 2013-11-23 12:28:37 +00:00
  • 9fddcdc121 Undo moving files because that wasn't actually causing problems with adding the library via the Arduino IDE - it was a hard-to-notice error about the naming, which sadly means the "Download Zip" button won't ever work directly (at least until Arduino/Processing IDE accepts "-" in library names) Adrian McEwen 2013-11-23 12:24:11 +00:00
  • c0ab829395 Merge branch 'master' of github.com:amcewen/HttpClient Adrian McEwen 2013-11-23 11:35:52 +00:00
  • 881fd8f12f Moved files into an HttpClient subdirectory for easier installation via the Arduino IDE Adrian McEwen 2013-11-23 11:35:05 +00:00
  • 476406b1bc Reworked the explanation to use markdown, for prettier formatting Adrian McEwen 2013-11-23 11:31:26 +00:00
  • 4076ba18ad Updated README with new installation instructions Adrian McEwen 2013-11-23 11:24:19 +00:00
  • ce4d50b898 Merge pull request #3 from johnmckerrell/master Adrian McEwen 2013-03-22 09:48:15 -07:00
  • cc55357e77 Making http response timeout mutable John McKerrell 2012-11-02 19:25:05 +00:00
  • 4eb25a73ff Actually return the connected status :) John McKerrell 2012-11-01 16:23:12 +00:00
  • fc72d823a7 Merge pull request #1 from johnmckerrell/master Adrian McEwen 2012-09-28 10:12:32 -07:00
  • 8bb4f74fba Adding port number to host header if != 80. John McKerrell 2012-09-15 10:59:09 +01:00
  • ea1618be0e Reworked HttpClient::read() so it doesn't hit the bug in WiFiClient::read(...) (the mulit-byte version) amcewen 2012-09-03 18:28:59 +01:00
  • 8bca4a37d2 Fixed bug introduced when I disabled the proxy support, so it now actually /works/ for doing HTTP requests... amcewen 2012-08-17 13:02:28 +01:00
  • 1cc31765ff Update keywords for the renamed eof -> completed amcewen 2012-08-17 13:01:59 +01:00
  • c1405676f4 Disabled proxy capability as it introduced a dependency on Ethernet, which meant that it didn't work properly with a WiFi shield amcewen 2012-08-13 17:07:57 +01:00
  • 44d790b8a6 Updated to new API as discussed on the Arduino Developers mailing list. Part of the process of moving the library to live as one of the core Arduino libraries. amcewen 2012-03-30 15:11:13 +01:00
  • 222f718705 Updates to work with proper release of Arduino 1.0 amcewen 2011-11-30 21:39:43 +00:00
  • 6e8d284c7b Updated to use the new generic Client API (rather than the Ethernet-specific one) and added ability to connect via an HTTP proxy amcewen 2011-09-05 16:03:00 +01:00
  • a9a0821cff Tweaks to header file to make it easier to include amcewen 2011-09-05 14:58:54 +01:00
  • 3a951081f8 Added initial version of the README to explain the library amcewen 2011-05-14 15:25:14 +01:00
  • 6e632624bf Initial version on github. Updates old version which lived on googlecode to use new DHCP and DNS API in the Arduino Ethernet library amcewen 2011-05-14 14:42:26 +01:00