Lines Matching full:service
33 * is often referred to as the "path" of the URL. Every `(service, resource)` pair should be
37 * @param _service Name of the associated service.
71 * @brief Define an HTTP service without static resources.
77 * number to use for the service. If the specified port number is zero, then an ephemeral port
81 * @param _name Name of the service.
82 * @param _host IP address or hostname associated with the service.
83 * @param[inout] _port Pointer to port associated with the service.
86 * @param _detail Implementation-specific detail associated with the service.
92 * @brief Define an HTTP service with static resources.
98 * number to use for the service. If the specified port number is zero, then an ephemeral port
102 * @param _name Name of the service.
103 * @param _host IP address or hostname associated with the service.
104 * @param[inout] _port Pointer to port associated with the service.
107 * @param _detail Implementation-specific detail associated with the service.
124 * @brief Count HTTP service static resources.
126 * @param _service Pointer to a service.
142 * @param _service Name of HTTP service
154 * @param _service Pointer to HTTP service