Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cotestatnt/esp-fs-webserver
/ functions
Functions
518 in github.com/cotestatnt/esp-fs-webserver
⨍
Functions
518
◇
Types & classes
27
Method
handleNewClients
* Handle incoming Connection Request */
src/websocket/WebSocketsServer.cpp:589
Function
handleNewUser
examples/mysqlRFID/webserver_impl.h:109
Function
handleNewUser
examples/localRFID/webserver.hpp:52
Method
handleNonWebsocketConnection
* called if a non Websocket connection is coming in. * Note: can be override * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsServer.h:130
Function
handleRemoveUser
examples/mysqlRFID/webserver_impl.h:128
Function
handleRemoveUser
examples/localRFID/webserver.hpp:83
Method
handleSetupWebSocketMessage
src/FSWebServer.cpp:162
Method
handleWebsocket
* handle the WebSocket stream * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSockets.cpp:334
Method
handleWebsocketPayloadCb
src/websocket/WebSockets.cpp:461
Method
handleWebsocketWaitFor
* wait for * @param client * @param size */
src/websocket/WebSockets.cpp:345
Method
handleWiFiConnected
src/WiFiService.cpp:13
Method
handleWiFiDisconnected
src/WiFiService.cpp:19
Method
hasKey
src/Json.cpp:213
Method
hasMandatoryHeader
* returns an indicator whether the given named header exists in the configured _mandatoryHttpHeaders collection * @param headerName String ///< the n
src/websocket/WebSocketsServer.cpp:640
Method
hasObject
src/Json.cpp:191
Method
headerDone
* callen when HTTP header is done * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSockets.cpp:324
Function
init
src/websocket/WebSockets.h:128
Method
initClient
src/websocket/SocketIOclient.cpp:69
Method
initSetupWebSocket
src/FSWebServer.cpp:119
Function
init_camera
examples/esp32-cam/camera_pins.h:263
Method
initializeEncryptionKey
src/CredentialManager.cpp:27
Function
internal_free
src/json/cJSON.c:169
Function
internal_malloc
work around MSVC error C2322: '...' address of dllimport '...' is not static */
src/json/cJSON.c:165
Function
internal_realloc
src/json/cJSON.c:173
Method
isAccessPointMode
Return true if the device is currently running in Access Point mode */
src/FSWebServer.h:352
Method
isConnected
src/websocket/SocketIOclient.cpp:84
Method
isConnected
src/websocket/WebSocketsClient.cpp:422
Method
isDuplicate
Checks if a record with same uniqueKey value already exists
examples/localRFID/JsonDB.hpp:36
Method
isSecure
* @brief Return encryption security status * @return true if encryption is properly configured */
src/CredentialManager.h:87
Method
joinPath
src/ConfigUpgrader.hpp:134
Method
loop
* called in arduino loop */
src/websocket/WebSocketsServer.cpp:877
Method
messageReceived
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * * @param length size_t */
src/websocket/WebSocketsServer.cpp:456
Method
messageReceived
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * * @param length size_t */
src/websocket/WebSocketsClient.cpp:437
Method
moveDirectoryContents
src/ConfigUpgrader.hpp:184
Method
moveFile
src/ConfigUpgrader.hpp:173
Method
newClient
* handle new client connection * @param client */
src/websocket/WebSocketsServer.cpp:416
Method
onEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/websocket/WebSocketsServer.cpp:107
Method
onEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/websocket/WebSocketsClient.cpp:286
Method
onValidateHttpHeader
* Sets the custom http header validator function * @param httpHeaderValidationFunc WebSocketServerHttpHeaderValFunc ///< pointer to the custom http h
src/websocket/WebSocketsServer.cpp:117
Method
openConfiguration
src/SetupConfig.hpp:187
Method
optionToFile
src/SetupConfig.hpp:482
Method
optionToFileBinary
Save binary data to file (e.g., pre-compressed gzip data)
src/SetupConfig.hpp:509
Method
optionToFileGzip
Save binary data to file (for pre-compressed gzip data)
src/SetupConfig.hpp:525
Method
printFileList
Old API for backward compatibility */
src/FSWebServer.h:410
Method
printTable
Debug helper - prints current table to Serial
examples/localRFID/JsonDB.hpp:121
Method
processPendingSetupWifiConnection
src/FSWebServer.cpp:531
Method
queueSetupWifiConnect
src/FSWebServer.cpp:518
Method
readBinaryByte
src/SetupConfig.hpp:54
Method
readCb
* read x byte from tcp or get timeout * @param client WSclient_t * * @param out uint8_t * data buffer * @param n size_t byte count * @return true
src/websocket/WebSockets.cpp:585
Method
releaseSetupWebSocketIfIdle
src/FSWebServer.cpp:132
Method
remapLegacySetupPath
src/ConfigUpgrader.hpp:226
Method
removePKCS7Padding
src/CredentialManager.cpp:388
Method
requireAuthentication
Enable the flag which turns on basic authentication for all pages */
src/FSWebServer.h:395
Method
rewriteLegacySetupPaths
src/ConfigUpgrader.hpp:239
Method
rewriteSetupPathsInConfigFile
src/ConfigUpgrader.hpp:255
Method
runCbEvent
Handeling events from websocket layer
src/websocket/SocketIOclient.h:100
Method
runCbEvent
* called for sending a Event to the app * @param num uint8_t * @param type WStype_t * @param payload uint8_t * * @param length siz
src/websocket/WebSocketsServer.h:170
Method
runCbEvent
* called for sending a Event to the app * @param type WStype_t * @param payload uint8_t * * @param length size_t */
src/websocket/WebSocketsClient.h:141
Method
runIOCbEvent
src/websocket/SocketIOclient.h:91
Method
saveOptionValue
src/FSWebServer.h:611
Method
saveOptionValue
src/SetupConfig.hpp:1222
Method
saveSetupConfigJson
src/FSWebServer.cpp:496
Method
saveTable
Persists current in-memory table to LittleFS
examples/localRFID/JsonDB.hpp:111
Method
sendBIN
* send binary data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see
src/websocket/WebSocketsServer.cpp:222
Method
sendBIN
* send binary data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see
src/websocket/WebSocketsClient.cpp:338
Method
sendEVENT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see se
src/websocket/SocketIOclient.cpp:158
Method
sendFrame
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param payload uint8_t * ptr to the payload * @param le
src/websocket/WebSockets.cpp:200
Method
sendFrameHeader
* * @param client WSclient_t * ptr to the client struct * @param opcode WSopcode_t * @param length size_t length of the payload * @param
src/websocket/WebSockets.cpp:177
Method
sendPing
* sends a WS ping to Client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @return true if ping is send out *
src/websocket/WebSocketsServer.cpp:270
Method
sendPing
* sends a WS ping to Server * @param payload uint8_t * * @param length size_t * @return true if ping is send out */
src/websocket/WebSocketsClient.cpp:355
Method
sendSetupWsEvent
src/FSWebServer.cpp:392
Method
sendSetupWsResponse
src/FSWebServer.cpp:366
Method
sendTXT
* send text data to client * @param num uint8_t client id * @param payload uint8_t * * @param length size_t * @param headerToPayload bool (see se
src/websocket/WebSocketsClient.cpp:298
Method
sendWebSocket
src/FSWebServer.h:493
Method
setAP
Set AP SSID and Password (backward compatibility) */
src/FSWebServer.h:441
Method
setAuthentication
src/FSWebServer.cpp:661
Method
setAuthorization
* set the Authorization for the http request * @param user const char * * @param password const char * */
src/websocket/WebSocketsServer.cpp:342
Method
setAuthorization
* set the Authorizatio for the http request * @param user const char * * @param password const char * */
src/websocket/WebSocketsClient.cpp:384
Method
setConfigSavedCallback
* Set callback function to be called when configuration file is saved via * /edit POST The callback receives the filename path as parameter */
src/FSWebServer.h:515
Method
setExtraHeaders
src/websocket/SocketIOclient.cpp:88
Method
setExtraHeaders
* set extra headers for the http request; * separate headers by "\r\n" * @param extraHeaders const char * extraHeaders */
src/websocket/WebSocketsClient.cpp:409
Method
setFirmwareVersion
* Set current firmware version (shown in /setup webpage) */
src/FSWebServer.h:459
Method
setFsInfoCallback
* Set callback function to provide updated FS info to library * This it is necessary due to the different implementation of * libraries for the
src/FSWebServer.h:381
Method
setHostname
* Set hostmane */
src/FSWebServer.h:468
Method
setIPConfiguration
src/CredentialManager.cpp:224
Method
setReconnectInterval
src/websocket/SocketIOclient.cpp:92
Method
setReconnectInterval
* set the reconnect Interval * how long to wait after a connection initiate failed * @param time in ms */
src/websocket/WebSocketsClient.cpp:418
Method
setSSLClientCertKey
src/websocket/SocketIOclient.cpp:54
Method
setSSLClientCertKey
src/websocket/WebSocketsClient.cpp:136
Method
setSetupPageLogo
src/FSWebServer.h:573
Method
setSetupPageLogo
Save logo image from binary data (uint8_t array) Supports: PNG, JPEG, GIF, SVG (plain or gzipped) Automatically detects gzip compression (magic bytes
src/SetupConfig.hpp:424
Method
setSetupPageTitle
src/FSWebServer.h:551
Method
setSetupPageTitle
Set page title as metadata (_meta.app_title) instead of a normal option element
src/SetupConfig.hpp:468
Method
setTaskWdt
src/WiFiService.cpp:51
Method
setWiFiConnectionCallbacks
src/FSWebServer.h:422
Method
setWiFiConnectionCallbacks
src/WiFiService.h:88
Function
setup
pio_examples/esp32-p4/src/withWebSocket.cpp:103
Method
startAccessPoint
src/WiFiService.cpp:409
Method
startMDNSOnly
src/WiFiService.cpp:451
Method
startMDNSResponder
src/WiFiService.cpp:428
← previous
next →
401–500 of 518, ranked by callers