Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
/ esp32-http-server Public archive

Toy HTTP server on top of LwIP netconn API, packaged as an ESP-IDF component

License

Notifications You must be signed in to change notification settings

igrr/esp32-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

ESP-IDF includes an HTTP(S) server component since version 3.2, so this repository is no longer maintained.


Simple HTTP server

This is a very minimal HTTP server I use in some of the projects.

Absolutely not ready for any kind of production use.

How to use

Really, please see above note.

This directory is an ESP-IDF component. Clone it (or add it as a submodule) into the component directory of the project.

Documentation

None yet, but I tried to make the comments in the header file helpful.

Example

None yet.

Debugging

Increasing log level to "Verbose" should produce lots of output related to request handling.

License

GPL, see LICENSE file. Mostly because this is a very early version. Will be relicensed as something more reasonable later.

About

Toy HTTP server on top of LwIP netconn API, packaged as an ESP-IDF component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published