summaryrefslogtreecommitdiffhomepage
path: root/API-C.md
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-30 14:44:11 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-30 14:46:03 +0100
commitdbd81dc934d0bfab56a99c01105ca2dd09b51644 (patch)
tree04130f425ae0f200661a4e68e7e1a78101cc4baf /API-C.md
parent9f65baff8a0bd7bfe450278006318717c7e7cecd (diff)
downloadunit-wasm-dbd81dc934d0bfab56a99c01105ca2dd09b51644.tar.gz
unit-wasm-dbd81dc934d0bfab56a99c01105ca2dd09b51644.tar.bz2
API-{C,Rust}.md: Note which version new functions were added
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'API-C.md')
-rw-r--r--API-C.md2
1 files changed, 2 insertions, 0 deletions
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