Lines Matching refs:Response
36 // Response class is a proxy for HTTP response used by the request handler
37 // to provide response HTTP headers and data.
38 class LIBWEBSERV_EXPORT Response {
40 virtual ~Response() = default;
42 // Adds a single HTTP response header to the response.
46 // Adds number of HTTP response headers to the response.
50 // Generic reply method for sending arbitrary binary data response.
63 // Special form for JSON response for simple objects that have a flat
68 // Issue a redirect response, so the client browser loads a page at
73 // Send a plain text response (with no Content-Type header).
78 // Send "404 Not Found" response.