ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read a text file from server using GET

prithvee opened this issue · comments

How do I read a file from server using GET method? Is it supported in this library?

Hi,
This library does not implement the http protocol. You can still fetch files, but you need to send the http commands your self. See examples of http GET here:
http://www.tutorialspoint.com/http/http_requests.htm

Regards
Jonas Ekstrand

25 juli 2016 kl. 08:51 skrev Prithviraj Shetty notifications@github.com:

How do I read a file from server using GET method? Is it supported in this library?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.