|
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. | |
| enum http_h3_alt_svc_policy | h3_alt_svc_policy |
| HTTP/3 Alt-Svc advertisement policy for the service. | |
HTTP service configuration.
| enum http_h3_alt_svc_policy http_service_config::h3_alt_svc_policy |
HTTP/3 Alt-Svc advertisement policy for the service.
| 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.