ureq 2.9.6

Simple, safe HTTP client
Documentation

ureq

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 3 of them enabled by default.

default

  • tls
  • gzip

tls

  • dep:webpki
  • dep:webpki-roots
  • dep:rustls
  • dep:rustls-pki-types

gzip

  • dep:flate2

cookies

  • dep:cookie
  • dep:cookie_store

json

  • dep:serde
  • dep:serde_json

http-interop

  • dep:http-02

testdeps

  • dep:hootbin

brotli

  • dep:brotli-decompressor

http-crate

  • dep:http

native-certs

  • dep:rustls-native-certs

socks-proxy

  • dep:socks

native-tls

  • dep:native-tls

charset

  • dep:encoding_rs

proxy-from-env

    This feature flag does not enable additional features.