Lines Matching full:resource
65 * @brief HTTP server resource type.
68 /** Static resource, cannot be modified on runtime. */
74 /** Dynamic resource, server interacts with the application via registered
79 /** Websocket resource, application takes control over Websocket connection
86 * @brief Representation of a server resource, common for all resource types.
92 /** Resource type. */
98 /** Content encoding of the resource. */
101 /** Content type of the resource. */
112 * @brief Representation of a static server resource.
115 /** Common resource details. */
118 /** Content of the static resource. */
121 /** Size of the static resource. */
131 * @brief Representation of a static filesystem server resource.
134 /** Common resource details. */
226 * @brief Representation of a dynamic server resource.
229 /** Common resource details. */
232 /** Resource callback used by the server to interact with the
237 /** A pointer to the client currently processing resource, used to
238 * prevent concurrent access to the resource from multiple clients.
267 /** @brief Representation of a websocket server resource */
269 /** Common resource details. */
275 /** Resource callback used by the server to interact with the
345 /** Currently processed resource detail. */
420 /** Currently processed resource detail. */