Skip to content

Commit

Permalink
Explicitly mention .headers() functions in README docs, near the PR r…
Browse files Browse the repository at this point in the history
…equest for new features and improvements. (Corrected patch base, wrt PR#105)
  • Loading branch information
swork committed Jan 31, 2025
1 parent 232e40f commit 5538a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ The client is still lacking many features, but can perform basic HTTP GET/PUT/PO

NOTE: TLS verification is not supported in no_std environments for `embedded-tls`.

In addition to common headers like `.content_type()` on requests, broader `.headers()` functions on both request and response objects access arbitrary header values.

If you are missing a feature or would like an improvement, please raise an issue or a PR.

## TLS 1.2*, 1.3 and Supported Cipher Suites
Expand Down

0 comments on commit 5538a22

Please sign in to comment.