diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:44:11 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:46:03 +0100 |
commit | dbd81dc934d0bfab56a99c01105ca2dd09b51644 (patch) | |
tree | 04130f425ae0f200661a4e68e7e1a78101cc4baf /API-C.md | |
parent | 9f65baff8a0bd7bfe450278006318717c7e7cecd (diff) | |
download | unit-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 '')
-rw-r--r-- | API-C.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |