Skip to content
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

Question: HTTP wrappers #8

Closed
romangromov opened this issue Jun 20, 2015 · 3 comments
Closed

Question: HTTP wrappers #8

romangromov opened this issue Jun 20, 2015 · 3 comments

Comments

@romangromov
Copy link

Hi @ekstrand, thanks for your great library.

Is there any known wrappers to support HTTP stuff over ESP8266wifi library? I mean it would be great to use such a functions like below

HttpRequest req = new HttpRequest();
req.setUrl("hello/world");
req.setHeader("Accpet-Encodings", "gzip")
wifi.send(SERVER, req);

instead of low-level Strings manipulation to build http request message manually.

Thank you in advance!

@ekstrand
Copy link
Owner

Hi,
I don't know. If some one wrote one I would be happy to include it in the library. I personally don't use http :)

Hälsningar/Regards
Jonas Ekstrand
+46736397439

Inspirativ AB | www.inspirativ.se | Smyckegränd 18 12641 Hägersten

20 jun 2015 kl. 14:58 skrev Roman Gromov notifications@github.com:

Hi @ekstrand, thanks for your great library.

Is there any known wrappers to support HTTP stuff over ESP8266wifi library? I mean it would be great to use such a functions like below

HttpRequest req = new HttpRequest();
req.setUrl("hello/world");
req.setHeader("Accpet-Encodings", "gzip")
wifi.send(SERVER, req);
instead of low-level Strings manipulation to build http request message manually.

Thank you in advance!


Reply to this email directly or view it on GitHub.

@romangromov
Copy link
Author

@ekstrand thank you for response, anyway

@ekstrand
Copy link
Owner

You are welcome. If wish I hade the time to add that feature, it would be
nice for all of you doing http.
/ Jonas

2015-06-24 22:08 GMT+02:00 Roman Gromov notifications@github.com:

@ekstrand https://github.com/ekstrand thank you for response, anyway


Reply to this email directly or view it on GitHub
#8 (comment).

Mvh/Regards
Jonas Ekstrand
0736-397439

Inspirativ AB | Org. nr. 556763-5494 | jonas@inspirativ.se |
www.inspirativ.se

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

No branches or pull requests

2 participants