From 600e7eba3f0a3ffc6002d5278903892843d735a9 Mon Sep 17 00:00:00 2001 From: 李佳 Date: Wed, 10 Apr 2024 13:51:41 +0000 Subject: add http_message_get_transaction_seq() API; add base64 encode format for... --- src/http_decoder_half.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http_decoder_half.h') diff --git a/src/http_decoder_half.h b/src/http_decoder_half.h index 0fcd0b6..ebe7e00 100644 --- a/src/http_decoder_half.h +++ b/src/http_decoder_half.h @@ -111,6 +111,7 @@ int http_decoder_join_url_finally(struct http_event_context *ev_ctx, struct http_decoder_half_data *hfdata, nmx_pool_t *mempool); int http_half_data_get_url(struct http_decoder_half_data *res_data, struct hstring *url); +int http_half_data_get_transaction_seq(struct http_decoder_half_data *hf_data); #ifdef __cplusplus } -- cgit v1.2.3