Skip to content

Commit

Permalink
add no guess scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Aug 16, 2024
1 parent 57958f6 commit e24f42c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,16 @@ good. For all the documented goodness, use a more modern libcurl.

### trurl / libcurl Compatibility

| trurl Feature | Minimum libcurl Version |
|---------------|----------------------|
| imap-options | 7.30.0 |
| normalize-ipv | 7.77.0 |
| white-space | 7.78.0 |
| url-strerror | 7.80.0 |
| zone-id | 7.81.0 |
| punycode | 7.88.0 |
| punycode2idn | 8.3.0 |
| trurl Feature | Minimum libcurl Version |
|-----------------|--------------------------|
| imap-options | 7.30.0 |
| normalize-ipv | 7.77.0 |
| white-space | 7.78.0 |
| url-strerror | 7.80.0 |
| zone-id | 7.81.0 |
| punycode | 7.88.0 |
| punycode2idn | 8.3.0 |
| no-guess-scheme | 8.9.0 |

For more details on how trurl will behave if these features are missing see [URL Quirks](https://github.com/curl/trurl/blob/master/URL-QUIRKS.md).
To see the features your version of trurl supports as well as the version of libcurl it is built with, run the following command: `trurl --version`
Expand Down

0 comments on commit e24f42c

Please sign in to comment.