Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit dbd81dc

Browse files
committed
API-{C,Rust}.md: Note which version new functions were added
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 9f65baf commit dbd81dc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

API-C.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,8 @@ This function returns the total length of the content that was sent to the
668668
WebAssembly module so far. Remember, a single HTTP request may be split over
669669
several calls to luw_request_handler().
670670

671+
_Version: 0.2.0_
672+
671673
### luw_http_is_tls
672674

673675
```C

API-Rust.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ pub fn uwr_get_http_content_str(ctx: *const luw_ctx_t) -> &'static str;
604604

605605
Same as above but returns a Rust str.
606606

607+
_Version: 0.2.0_
608+
607609
### uwr_get_http_content_len
608610

609611
```Rust
@@ -633,6 +635,8 @@ This function returns the total length of the content that was sent to the
633635
WebAssembly module so far. Remember, a single HTTP request may be split over
634636
several calls to luw_request_handler().
635637

638+
_Version: 0.2.0_
639+
636640
### uwr_http_is_tls
637641

638642
```Rust
@@ -886,6 +890,8 @@ written as
886890
uwr_http_add_header_content_type(ctx, "text/plain");
887891
```
888892
893+
_Version: 0.2.0_
894+
889895
### uwr_http_add_header_content_len
890896
891897
```Rust
@@ -903,6 +909,8 @@ uwr_http_add_header_content_len(ctx);
903909
This function uses [uwr_get_response_data_size](#uwr_get_response_data_size)
904910
internally to get the size of the response data.
905911
912+
_Version: 0.2.0_
913+
906914
### uwr_http_send_headers
907915
908916
```Rust

0 commit comments

Comments
 (0)