From dbd81dc934d0bfab56a99c01105ca2dd09b51644 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 30 Aug 2023 14:44:11 +0100 Subject: API-{C,Rust}.md: Note which version new functions were added Signed-off-by: Andrew Clayton --- API-C.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'API-C.md') diff --git a/API-C.md b/API-C.md index c05d530..79828ce 100644 --- a/API-C.md +++ b/API-C.md @@ -668,6 +668,8 @@ This function returns the total length of the content that was sent to the WebAssembly module so far. Remember, a single HTTP request may be split over several calls to luw_request_handler(). +_Version: 0.2.0_ + ### luw_http_is_tls ```C -- cgit