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.
struct http_service_h3_config h3
 HTTP/3-specific configuration.

Detailed Description

HTTP service configuration.

Field Documentation

◆ h3

struct http_service_h3_config http_service_config::h3

HTTP/3-specific configuration.

◆ 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: