#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <stdarg.h>#include <string.h>#include <fcntl.h>#include <unistd.h>#include <libgen.h>#include <sys/types.h>#include <sys/stat.h>#include "qDecoder.h"#include "qInternal.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
| int | qCgiResponseDownload (Q_ENTRY *request, const char *filepath, const char *mimetype) |
| void | qCgiResponseError (Q_ENTRY *request, char *format,...) |
| const char * | qCgiResponseGetContentType (Q_ENTRY *request) |
| bool | qCgiResponseRedirect (Q_ENTRY *request, const char *uri) |
| bool | qCgiResponseRemoveCookie (Q_ENTRY *request, const char *name, const char *path, const char *domain, bool secure) |
| bool | qCgiResponseSetContentType (Q_ENTRY *request, const char *mimetype) |
| bool | qCgiResponseSetCookie (Q_ENTRY *request, const char *name, const char *value, int expire, const char *path, const char *domain, bool secure) |
Definition in file qCgiResponse.c.
1.5.7.1