This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,8 @@ This function returns the total length of the content that was sent to the
668668WebAssembly module so far. Remember, a single HTTP request may be split over
669669several calls to luw_request_handler().
670670
671+ _ Version: 0.2.0_
672+
671673### luw_http_is_tls
672674
673675``` C
Original file line number Diff line number Diff line change @@ -604,6 +604,8 @@ pub fn uwr_get_http_content_str(ctx: *const luw_ctx_t) -> &'static str;
604604
605605Same 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
633635WebAssembly module so far. Remember, a single HTTP request may be split over
634636several 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
886890uwr_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);
903909This function uses [uwr_get_response_data_size](#uwr_get_response_data_size)
904910internally to get the size of the response data.
905911
912+ _Version: 0.2.0_
913+
906914### uwr_http_send_headers
907915
908916```Rust
You can’t perform that action at this time.
0 commit comments