Hello Massimiliano,

LWIP supports/handles HTTP version 1.1, 1.0, and even 0.9 if LWIP_HTTPD_SUPPORT_V09 is set in lwipopts.

See src/apps/http/makefsdata/makefsdata.c for an example, it handles 1.1 and 1.0 both.

Please note that src/apps/http does not contain a http server, just code to handle the HTTP protocol. You need to code the server yourself. See contrib/apps/httpserver for an example for that.

Regards,

Eric.


On 8/10/24 19:33, Massimiliano Cialdi wrote:
hello,
lwip provides an http server (in src/apps/http). Could you tell me what version of http it supports?

best regards


--
Et nunc, auxilium solis, vincam!
Oppugnatio solaris!
VIS!

Massimiliano Cialdi

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to