table of contents
TSFETCHCREATE(3ts) | Apache Traffic Server | TSFETCHCREATE(3ts) |
NAME¶
TSFetchCreate - traffic Server asynchronous Fetch API
SYNOPSIS¶
#include <ts/ts.h>
DESCRIPTION¶
Traffic Server provides a number of routines for fetching resources asynchronously. These API are useful to support a number of use cases that may involve sideways calls, while handling the client request. Some typical examples include centralized rate limiting framework, database lookups for login/authentication, refreshing configs in the background asynchronously, ESI etc.
COPYRIGHT¶
2024, dev@trafficserver.apache.org
January 6, 2024 | 9.2 |