summaryrefslogtreecommitdiff
path: root/src/http_decoder_half.h
diff options
context:
space:
mode:
author李佳 <[email protected]>2024-04-10 13:51:41 +0000
committer李佳 <[email protected]>2024-04-10 13:51:41 +0000
commit600e7eba3f0a3ffc6002d5278903892843d735a9 (patch)
tree8fcfbcb35c10d884b2f38810759dcee094684f29 /src/http_decoder_half.h
parentc00538d6a95fced820e23c11cf238bef7bfe7fbb (diff)
add http_message_get_transaction_seq() API; add base64 encode format for...
Diffstat (limited to 'src/http_decoder_half.h')
-rw-r--r--src/http_decoder_half.h1
1 files changed, 1 insertions, 0 deletions
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
}