Home
last modified time | relevance | path

Searched refs:TSHttpTxnErrorBodySet (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/
H A DTSHttpTxnErrorBodySet.en.po32 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:34
36 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:36
44 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:24
48 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:27
52 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:22
53 msgid "TSHttpTxnErrorBodySet"
56 #: ../../developer-guide/api/functions/TSHttpTxnErrorBodySet.en.rst:29
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/api/functions/
H A DTSHttpTxnErrorBodySet.en.rst21 TSHttpTxnErrorBodySet chapter
33 .. function:: void TSHttpTxnErrorBodySet(TSHttpTxn txnp, char * buf, size_t buflength, char * mimet…
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/body_factory/gold/
H A Dhttp-204-custom-plugin.gold19 This response was sent via the custom204plugin via a call to TSHttpTxnErrorBodySet.
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/maxmind_acl/
H A Dmmdb.h79 TSHttpTxnErrorBodySet(txnp, msg, _html.size(), nullptr); // Defaults to text/html in send_html()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/geoip_acl/
H A Dacl.h74 TSHttpTxnErrorBodySet(txnp, msg, _html.size(), nullptr); // Defaults to text/html in send_html()
/dports/www/trafficserver/trafficserver-9.1.1/tests/tools/plugins/
H A Dcustom204plugin.cc96 TSHttpTxnErrorBodySet(txnp, TSstrdup(msg), strlen(msg), TSstrdup("text/html")); in local_handler()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/denylist_0/
H A Ddenylist_0.c126 TSHttpTxnErrorBodySet(txnp, buf, strlen(buf), NULL); in handle_response()
/dports/www/trafficserver/trafficserver-9.1.1/src/tscpp/api/
H A DTransaction.cc187 TSHttpTxnErrorBodySet(state_->txn_, body, page.length(), nullptr); // Default to text/html in setErrorBody()
196 TSHttpTxnErrorBodySet(state_->txn_, body, page.length(), TSstrdup(mimetype.c_str())); in setErrorBody()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/authproxy/
H A Dauthproxy.cc471 TSHttpTxnErrorBodySet(auth->txn, TSstrdup(msg), strlen(msg), TSstrdup("text/plain")); in StateAuthProxySendResponse()
595 TSHttpTxnErrorBodySet(auth->txn, TSstrdup(msg), sizeof(msg) - 1, TSstrdup("text/plain")); in StateUnauthorized()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/redirect_1/
H A Dredirect_1.c182 TSHttpTxnErrorBodySet(txnp, tmp_body, strlen(tmp_body), NULL); in handle_response()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/denylist_1/
H A Ddenylist_1.c170 TSHttpTxnErrorBodySet(txnp, buf, strlen(buf), NULL); in handle_response()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/remap_purge/
H A Dremap_purge.c146TSHttpTxnErrorBodySet(txnp, TSstrdup(response), len >= (int)sizeof(response) ? (int)sizeof(respons… in on_send_response_header()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/remap/
H A Dremap.cc283 TSHttpTxnErrorBodySet(rh, tmp, len, nullptr); // Defaults to text/html in TSRemapDoRemap()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/lua/
H A Dts_lua_http.c322 TSHttpTxnErrorBodySet(http_ctx->txnp, TSstrdup(body), body_len, NULL); // Defaults to text/html in ts_lua_http_set_retbody()
343 TSHttpTxnErrorBodySet(http_ctx->txnp, TSstrdup(body), body_len, NULL); // Defaults to text/html in ts_lua_http_set_resp()
H A Dts_lua_client_response.c433 TSHttpTxnErrorBodySet(http_ctx->txnp, resp_buf, resp_len, NULL); in ts_lua_client_response_set_error_resp()
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/hooks-and-transactions/
H A Dhttp-transactions.en.rst176 - :c:func:`TSHttpTxnErrorBodySet`
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/hooks-and-transactions/
H A Dhttp-transactions.en.po98 msgid ":c:func:`TSHttpTxnErrorBodySet`"
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/mp4/
H A Dmp4.cc110TSHttpTxnErrorBodySet(rh, TSstrdup("Invalid request."), sizeof("Invalid request.") - 1, nullptr); in TSRemapDoRemap()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/access_control/
H A Dplugin.cc404 TSHttpTxnErrorBodySet(txnp, buf, strlen(buf), nullptr); in contHandleAccessControl()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/prefetch/
H A Dplugin.cc573 TSHttpTxnErrorBodySet(txnp, buf, strlen(buf), nullptr); in contHandleFetch()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/url_sig/
H A Durl_sig.c856TSHttpTxnErrorBodySet(txnp, TSstrdup("Authorization Denied"), sizeof("Authorization Denied") - 1, … in TSRemapDoRemap()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/header_rewrite/
H A Doperators.cc319 TSHttpTxnErrorBodySet(txnp, TSstrdup(msg.c_str()), msg.length(), TSstrdup("text/html")); in EditRedirectResponse()
/dports/www/trafficserver/trafficserver-9.1.1/include/ts/
H A Dts.h1571 tsapi void TSHttpTxnErrorBodySet(TSHttpTxn txnp, char *buf, size_t buflength, char *mimetype);
/dports/www/trafficserver/trafficserver-9.1.1/doc/.tx/
H A Dconfig941 file_filter = locale/<lang>/LC_MESSAGES/developer-guide/api/functions/TSHttpTxnErrorBodySet.en.po
942 source_file = _build/locale/pot/developer-guide/api/functions/TSHttpTxnErrorBodySet.en.pot
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPITest.cc7015 TSHttpTxnErrorBodySet(txnp, temp, strlen(temp), nullptr); in ssn_handler()

12