Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_service_config Struct Reference

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.

Detailed Description

HTTP service configuration.

Field Documentation

◆ h3_alt_svc_policy

enum http_h3_alt_svc_policy http_service_config::h3_alt_svc_policy

HTTP/3 Alt-Svc advertisement policy for the service.

◆ http_ver

enum http_version http_service_config::http_ver

What HTTP version to use for the service.

◆ socket_create

http_socket_create_fn http_service_config::socket_create

Custom socket creation for the service if needed.


The documentation for this struct was generated from the following file: