|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
HTTP service configuration. More...
#include <service.h>
Data Fields | |
| http_socket_create_fn | socket_create |
| Custom socket creation for the service if needed. | |
| enum http_version | http_ver |
| What HTTP version to use for the service. | |
| struct http_service_h3_config | h3 |
| HTTP/3-specific configuration. | |
HTTP service configuration.
| struct http_service_h3_config http_service_config::h3 |
HTTP/3-specific configuration.
| enum http_version http_service_config::http_ver |
What HTTP version to use for the service.
| http_socket_create_fn http_service_config::socket_create |
Custom socket creation for the service if needed.