ureq 2.9.3

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 13 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

json

  • dep:serde
  • dep:serde_json

cookies

  • dep:cookie
  • dep:cookie_store

native-tls

  • dep:native-tls

http-interop

  • dep:http-02

brotli

  • dep:brotli-decompressor

http-crate

  • dep:http

native-certs

  • dep:rustls-native-certs

socks-proxy

  • dep:socks

charset

  • dep:encoding_rs

proxy-from-env

    This feature flag does not enable additional features.