ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
450 stars 235 forks source link

Read a text file from server using GET #25

Closed prithvee closed 7 years ago

prithvee commented 7 years ago

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

ekstrand commented 7 years ago

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.