Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

switch to ESP8266HTTPClient #22

Merged
merged 1 commit into from
Dec 19, 2015
Merged

Conversation

proppy
Copy link
Contributor

@proppy proppy commented Dec 19, 2015

esp8266/Arduino added an http client in their libraries: esp8266/Arduino#1081, let's switch to that :)

We should file separate issues and contribute PR for the current limitations.

  • implicit and blocking connect (apparently lwip support non blocking connect and protected connect() could be exposed via a derived class).
  • no support for PUT DELETE PATCH UPDATE.
  • setter for certs/key but no impl.

Fixes #21 #19.

@aliafshar
Copy link
Collaborator

lgtm, great progress.

aliafshar added a commit that referenced this pull request Dec 19, 2015
switch to ESP8266HTTPClient.
@aliafshar aliafshar merged commit 1f72ca0 into FirebaseExtended:master Dec 19, 2015
@proppy proppy mentioned this pull request Dec 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants