Netstack

Overview

Provides C APIs for network-related modules, including SSL/TLS certificate chain verification, WebSocket client, HTTP request, and global HTTP interceptor.

Since: 11

Files

Name Description
net_ssl_c.h Defines the C APIs of the SSL/TLS certificate chain verification module.
net_ssl_c_type.h Defines data structures for the C APIs of the SSL/TLS certificate chain verification module.
net_websocket.h Defines the APIs of the WebSocket client module.
net_websocket_type.h Defines data structures for the C APIs of the WebSocket client module.
net_http.h Defines the APIs of the HTTP request module.
net_http_type.h Defines the data structures for the C APIs of the HTTP request module.
http_interceptor.h Defines the APIs of the global HTTP interceptor module.
http_interceptor_type.h Defines the data structures for the C APIs of the global HTTP interceptor module.