LWIP_HTTPD_MAX_REQUEST_URI_LEN is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPLWIP_HTTPD_MAX_REQUEST_URI_LEN

LWIP_HTTPD_MAX_REQUEST_URI_LEN macro

This is the size of a static buffer used when URIs end with '/'. In this buffer, the directory requested is concatenated with all the configured default file names. Set to 0 to disable checking default filenames on non-root directories.

Syntax

#define LWIP_HTTPD_MAX_REQUEST_URI_LEN 63

References

LocationText
httpd_opts.h:283
#define LWIP_HTTPD_MAX_REQUEST_URI_LEN 63
httpd.c:175
#define LWIP_HTTPD_URI_BUF_LEN LWIP_HTTPD_MAX_REQUEST_URI_LEN
httpd.c:2192
#if LWIP_HTTPD_MAX_REQUEST_URI_LEN
httpd.c:2208
#if LWIP_HTTPD_MAX_REQUEST_URI_LEN