libesphttpd icon indicating copy to clipboard operation
libesphttpd copied to clipboard

NOTE: THIS CODE IS UNMAINTAINED. Please take a look at https://github.com/chmorgan/libesphttpd instead.

Results 19 libesphttpd issues
Sort by recently updated
recently updated
newest added

cgiData cannot be used for this purpose in templates (because it's used internally), new userData can - it's dedicated for this.

It would ensure that for commercial or other use that changes are received back, and its required for inclusion in the esp-idf. I'm asking because I'm making some improvements and...

I see that the git is on another server but that server doesn't have a web host or any seemingly meaningful way to contribute changes back. I'm asking as I'm...

When trying to compile libesphttpd using ESP8266 SDK 2.0.0 data type related error such as, **../esp-open-sdk/sdk//include/ets_sys.h:31:1: error: unknown type name 'uint32_t' typedef uint32_t ETSSignal;** are reported. It seems like in...

I've been working on making this a component for esp-open-rtos. The big change here is moving headers into a subdirectory. Don't merge this yet -- I need to test my...

These methods are needed to create RESTful API.

It sends OpCode other than 0 ("CONT") in the continuation frames, which does not work (browser throws an error). This happens if you use WEBSOCK_FLAG_CONT to send multiple chained messages....

If return HTTPD_CGI_DONE from cgi method that handle POST request until full request have been processed - Fatal exception 29 at address 4020aa80 Assembly dump: ``` static char ICACHE_FLASH_ATTR httpdHexNibble(int...