Lines Matching full:service

11  * @file service.h
13 * @brief HTTP service API
15 * @defgroup http_service HTTP service API
50 * is often referred to as the "path" of the URL. Every `(service, resource)` pair should be
54 * @param _service Name of the associated service.
102 * @brief Define an HTTP service without static resources.
109 * number to use for the service. If the specified port number is zero, then an ephemeral port
113 * @param _name Name of the service.
114 * @param _host IP address or hostname associated with the service.
115 * @param[inout] _port Pointer to port associated with the service.
118 * @param _detail Implementation-specific detail associated with the service.
124 * @brief Define an HTTPS service without static resources.
131 * number to use for the service. If the specified port number is zero, then an ephemeral port
135 * @param _name Name of the service.
136 * @param _host IP address or hostname associated with the service.
137 * @param[inout] _port Pointer to port associated with the service.
140 * @param _detail Implementation-specific detail associated with the service.
152 * @brief Define an HTTP service with static resources.
159 * number to use for the service. If the specified port number is zero, then an ephemeral port
163 * @param _name Name of the service.
164 * @param _host IP address or hostname associated with the service.
165 * @param[inout] _port Pointer to port associated with the service.
168 * @param _detail Implementation-specific detail associated with the service.
178 * @brief Define an HTTPS service with static resources.
185 * number to use for the service. If the specified port number is zero, then an ephemeral port
189 * @param _name Name of the service.
190 * @param _host IP address or hostname associated with the service.
191 * @param[inout] _port Pointer to port associated with the service.
194 * @param _detail Implementation-specific detail associated with the service.
217 * @brief Count HTTP service static resources.
219 * @param _service Pointer to a service.
235 * @param _service Name of HTTP service
247 * @param _service Pointer to HTTP service