Tags for nth, HTTP engine module.
#include <sofia-sip/su_tag.h>
#include <sofia-sip/url_tag.h>
#include <sofia-sip/http_tag.h>
Go to the source code of this file.
Defines | |
#define | NTHTAG_ANY() |
Filter tag matching any nth tag. | |
#define | NTHTAG_MCLASS(x) |
Pointer to a mclass, message factory object. | |
#define | NTHTAG_MFLAGS(x) |
Message flags used by nth_engine_msg_create()/nth_site_msg(). | |
#define | NTHTAG_STREAMING(x) |
Enable streaming. | |
#define | NTHTAG_PROXY(x) |
URL for (default) proxy. | |
#define | NTHTAG_EXPIRES(x) |
Expires in milliseconds for client transactions. | |
#define | NTHTAG_ERROR_MSG(x) |
If true, nth engine generates complete error messages. | |
#define | NTHTAG_TEMPLATE(x) |
Use existing client request as template. | |
#define | NTHTAG_MESSAGE(x) |
Use existing request message. | |
#define | NTHTAG_AUTHENTICATION(x) |
Use stack of authenticators. | |
#define | NTHTAG_MAX_RETRY_AFTER(x) |
Maximum value for retry interval. | |
#define | NTHTAG_ROOT(x) |
Pointer to root reactor object. | |
#define | NTHTAG_STRICT_HOST(x) |
Do not serve requests to mismatching hosts by default host. | |
#define | NTHTAG_AUTH_MODULE(x) |
Pointer to authentication module. | |
Variables | |
tagi_t | nth_client_tags [] |
List of all nth tags. |
#define NTHTAG_ANY | ( | ) |
Filter tag matching any nth tag.
#define NTHTAG_AUTH_MODULE | ( | x | ) |
Pointer to authentication module.
.
#define NTHTAG_AUTHENTICATION | ( | x | ) |
Use stack of authenticators.
#define NTHTAG_ERROR_MSG | ( | x | ) |
If true, nth engine generates complete error messages.
#define NTHTAG_EXPIRES | ( | x | ) |
Expires in milliseconds for client transactions.
#define NTHTAG_MAX_RETRY_AFTER | ( | x | ) |
Maximum value for retry interval.
#define NTHTAG_MCLASS | ( | x | ) |
Pointer to a mclass, message factory object.
#define NTHTAG_MESSAGE | ( | x | ) |
Use existing request message.
#define NTHTAG_MFLAGS | ( | x | ) |
Message flags used by nth_engine_msg_create()/nth_site_msg().
#define NTHTAG_PROXY | ( | x | ) |
URL for (default) proxy.
#define NTHTAG_ROOT | ( | x | ) |
Pointer to root reactor object.
#define NTHTAG_STREAMING | ( | x | ) |
Enable streaming.
#define NTHTAG_STRICT_HOST | ( | x | ) |
Do not serve requests to mismatching hosts by default host.
#define NTHTAG_TEMPLATE | ( | x | ) |
Use existing client request as template.