diff options
| author | 2023-03-28 20:33:11 -0400 | |
|---|---|---|
| committer | 2023-03-28 20:33:11 -0400 | |
| commit | 8b8053e2756da7ecc48d40c952d702ac371d32b7 (patch) | |
| tree | 11f91fb672b1081fae707c724e8906d4291caa71 | |
| parent | native: fix compat with curl as old as 7.81.0 (diff) | |
meta: add information about curl versioning
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ Not all features are gated behind version flags, patches welcome. A few features are not implemented, grep for "not implemented" and "SKIP". I'm open to implementing what's left, but it's generally very niche things, such as ioctl callbacks. +The package is sensitive to curl versions. +It should work with any version >7.81.0, and has been tested against 7.85.0, 7.86.0, and 8.0.1. +If you run into issues with building, please see the CONTRIBUTING document - chances are I can help fix it. + ## Jurl `jurl` is a requests-style API, but more complete. You can use the `jurl/request` function directly (see its documentation for more details), |
