commit | 96061428e0dd960a87c04997f87d35c35ca39ca7 | [log] [tgz] |
---|---|---|
author | Matt Rodgers <mrodgers@witekio.com> | Mon Sep 09 12:00:57 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 23 12:00:54 2024 +0200 |
tree | f81132ca95adef1548f9a65b99bdc45155b7d5ad | |
parent | 4cc905c5133ef6a9d5e7730cb66ae4c52b9c9c51 [diff] |
tests: http_server: add tests for dynamic response context Add tests covering new method of providing a response for dynamic resources. Tests cover the application sending response codes and headers, overriding "default" headers, and sending various combinations of headers and body data. Each case is tested for HTTP1 & HTTP2, both POST and GET methods. Signed-off-by: Matt Rodgers <mrodgers@witekio.com>