MCPcopy Create free account

hub / github.com/cotestatnt/esp-fs-webserver / functions

Functions518 in github.com/cotestatnt/esp-fs-webserver

MethodhandleNewClients
* Handle incoming Connection Request */
src/websocket/WebSocketsServer.cpp:589
FunctionhandleNewUser
examples/mysqlRFID/webserver_impl.h:109
FunctionhandleNewUser
examples/localRFID/webserver.hpp:52
MethodhandleNonWebsocketConnection
* 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
FunctionhandleRemoveUser
examples/mysqlRFID/webserver_impl.h:128
FunctionhandleRemoveUser
examples/localRFID/webserver.hpp:83
MethodhandleSetupWebSocketMessage
src/FSWebServer.cpp:162
MethodhandleWebsocket
* handle the WebSocket stream * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSockets.cpp:334
MethodhandleWebsocketPayloadCb
src/websocket/WebSockets.cpp:461
MethodhandleWebsocketWaitFor
* wait for * @param client * @param size */
src/websocket/WebSockets.cpp:345
MethodhandleWiFiConnected
src/WiFiService.cpp:13
MethodhandleWiFiDisconnected
src/WiFiService.cpp:19
MethodhasKey
src/Json.cpp:213
MethodhasMandatoryHeader
* returns an indicator whether the given named header exists in the configured _mandatoryHttpHeaders collection * @param headerName String ///< the n
src/websocket/WebSocketsServer.cpp:640
MethodhasObject
src/Json.cpp:191
MethodheaderDone
* callen when HTTP header is done * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSockets.cpp:324
Functioninit
src/websocket/WebSockets.h:128
MethodinitClient
src/websocket/SocketIOclient.cpp:69
MethodinitSetupWebSocket
src/FSWebServer.cpp:119
Functioninit_camera
examples/esp32-cam/camera_pins.h:263
MethodinitializeEncryptionKey
src/CredentialManager.cpp:27
Functioninternal_free
src/json/cJSON.c:169
Functioninternal_malloc
work around MSVC error C2322: '...' address of dllimport '...' is not static */
src/json/cJSON.c:165
Functioninternal_realloc
src/json/cJSON.c:173
MethodisAccessPointMode
Return true if the device is currently running in Access Point mode */
src/FSWebServer.h:352
MethodisConnected
src/websocket/SocketIOclient.cpp:84
MethodisConnected
src/websocket/WebSocketsClient.cpp:422
MethodisDuplicate
Checks if a record with same uniqueKey value already exists
examples/localRFID/JsonDB.hpp:36
MethodisSecure
* @brief Return encryption security status * @return true if encryption is properly configured */
src/CredentialManager.h:87
MethodjoinPath
src/ConfigUpgrader.hpp:134
Methodloop
* called in arduino loop */
src/websocket/WebSocketsServer.cpp:877
MethodmessageReceived
* * @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
MethodmessageReceived
* * @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
MethodmoveDirectoryContents
src/ConfigUpgrader.hpp:184
MethodmoveFile
src/ConfigUpgrader.hpp:173
MethodnewClient
* handle new client connection * @param client */
src/websocket/WebSocketsServer.cpp:416
MethodonEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/websocket/WebSocketsServer.cpp:107
MethodonEvent
* set callback function * @param cbEvent WebSocketServerEvent */
src/websocket/WebSocketsClient.cpp:286
MethodonValidateHttpHeader
* Sets the custom http header validator function * @param httpHeaderValidationFunc WebSocketServerHttpHeaderValFunc ///< pointer to the custom http h
src/websocket/WebSocketsServer.cpp:117
MethodopenConfiguration
src/SetupConfig.hpp:187
MethodoptionToFile
src/SetupConfig.hpp:482
MethodoptionToFileBinary
Save binary data to file (e.g., pre-compressed gzip data)
src/SetupConfig.hpp:509
MethodoptionToFileGzip
Save binary data to file (for pre-compressed gzip data)
src/SetupConfig.hpp:525
MethodprintFileList
Old API for backward compatibility */
src/FSWebServer.h:410
MethodprintTable
Debug helper - prints current table to Serial
examples/localRFID/JsonDB.hpp:121
MethodprocessPendingSetupWifiConnection
src/FSWebServer.cpp:531
MethodqueueSetupWifiConnect
src/FSWebServer.cpp:518
MethodreadBinaryByte
src/SetupConfig.hpp:54
MethodreadCb
* 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
MethodreleaseSetupWebSocketIfIdle
src/FSWebServer.cpp:132
MethodremapLegacySetupPath
src/ConfigUpgrader.hpp:226
MethodremovePKCS7Padding
src/CredentialManager.cpp:388
MethodrequireAuthentication
Enable the flag which turns on basic authentication for all pages */
src/FSWebServer.h:395
MethodrewriteLegacySetupPaths
src/ConfigUpgrader.hpp:239
MethodrewriteSetupPathsInConfigFile
src/ConfigUpgrader.hpp:255
MethodrunCbEvent
Handeling events from websocket layer
src/websocket/SocketIOclient.h:100
MethodrunCbEvent
* 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
MethodrunCbEvent
* 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
MethodrunIOCbEvent
src/websocket/SocketIOclient.h:91
MethodsaveOptionValue
src/FSWebServer.h:611
MethodsaveOptionValue
src/SetupConfig.hpp:1222
MethodsaveSetupConfigJson
src/FSWebServer.cpp:496
MethodsaveTable
Persists current in-memory table to LittleFS
examples/localRFID/JsonDB.hpp:111
MethodsendBIN
* 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
MethodsendBIN
* 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
MethodsendEVENT
* 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
MethodsendFrame
* * @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
MethodsendFrameHeader
* * @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
MethodsendPing
* 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
MethodsendPing
* 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
MethodsendSetupWsEvent
src/FSWebServer.cpp:392
MethodsendSetupWsResponse
src/FSWebServer.cpp:366
MethodsendTXT
* 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
MethodsendWebSocket
src/FSWebServer.h:493
MethodsetAP
Set AP SSID and Password (backward compatibility) */
src/FSWebServer.h:441
MethodsetAuthentication
src/FSWebServer.cpp:661
MethodsetAuthorization
* set the Authorization for the http request * @param user const char * * @param password const char * */
src/websocket/WebSocketsServer.cpp:342
MethodsetAuthorization
* set the Authorizatio for the http request * @param user const char * * @param password const char * */
src/websocket/WebSocketsClient.cpp:384
MethodsetConfigSavedCallback
* 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
MethodsetExtraHeaders
src/websocket/SocketIOclient.cpp:88
MethodsetExtraHeaders
* set extra headers for the http request; * separate headers by "\r\n" * @param extraHeaders const char * extraHeaders */
src/websocket/WebSocketsClient.cpp:409
MethodsetFirmwareVersion
* Set current firmware version (shown in /setup webpage) */
src/FSWebServer.h:459
MethodsetFsInfoCallback
* 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
MethodsetHostname
* Set hostmane */
src/FSWebServer.h:468
MethodsetIPConfiguration
src/CredentialManager.cpp:224
MethodsetReconnectInterval
src/websocket/SocketIOclient.cpp:92
MethodsetReconnectInterval
* set the reconnect Interval * how long to wait after a connection initiate failed * @param time in ms */
src/websocket/WebSocketsClient.cpp:418
MethodsetSSLClientCertKey
src/websocket/SocketIOclient.cpp:54
MethodsetSSLClientCertKey
src/websocket/WebSocketsClient.cpp:136
MethodsetSetupPageLogo
src/FSWebServer.h:573
MethodsetSetupPageLogo
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
MethodsetSetupPageTitle
src/FSWebServer.h:551
MethodsetSetupPageTitle
Set page title as metadata (_meta.app_title) instead of a normal option element
src/SetupConfig.hpp:468
MethodsetTaskWdt
src/WiFiService.cpp:51
MethodsetWiFiConnectionCallbacks
src/FSWebServer.h:422
MethodsetWiFiConnectionCallbacks
src/WiFiService.h:88
Functionsetup
pio_examples/esp32-p4/src/withWebSocket.cpp:103
MethodstartAccessPoint
src/WiFiService.cpp:409
MethodstartMDNSOnly
src/WiFiService.cpp:451
MethodstartMDNSResponder
src/WiFiService.cpp:428
← previousnext →401–500 of 518, ranked by callers