Skip to content

Various updates #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jun 21, 2016
Merged

Various updates #1

merged 27 commits into from
Jun 21, 2016

Conversation

sandeepmistry
Copy link

Including:

  • Renaming library name to ArduinoHttpClient and update library metadata accordingly
  • Changing server host/IP and port to be constructor arguments
  • New API's for reading response headers (headerAvailable(), readHeaderName(), readHeaderValue())
  • Support for connection keep-alive via new connectionKeepAlive() API
  • Support to disable default request headers using new noDefaultRequestHeaders() API
  • Make calling skipResponseHeaders() optional, if responseStatusCode() is called
  • Change example to use WiFi101 (instead of Ethernet)
  • Removed support for setting custom user agent (easy to add back if we need it)
  • Remove disabled proxy mode support
  • Corrected some warnings

@mbanzi mbanzi merged commit 4ab54b0 into arduino-libraries:master Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants