surf 2.3.2

Surf the web - HTTP client framework
Documentation

surf

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 15 feature flags, 8 of them enabled by default.

default

  • curl-client
  • middleware-logger
  • encoding

curl-client

  • http-client/curl_client
  • once_cell
  • default-client

middleware-logger

    This feature flag does not enable additional features.

encoding

  • encoding_rs
  • web-sys

once_cell

    This feature flag does not enable additional features.

default-client

    This feature flag does not enable additional features.

encoding_rs

    This feature flag does not enable additional features.

web-sys

    This feature flag does not enable additional features.

h1-client

  • http-client/h1_client
  • http-client/native-tls
  • once_cell
  • default-client
  • async-native-tls

h1-client-rustls

  • http-client/h1_client
  • http-client/rustls
  • once_cell
  • default-client
  • rustls_crate

hyper-client

  • http-client/hyper_client
  • once_cell
  • default-client
  • async-std/tokio02

wasm-client

  • http-client/wasm_client
  • default-client
  • getrandom/js
  • web-sys

h1-client-no-tls

  • http-client/h1_client
  • once_cell
  • default-client

rustls_crate

    This feature flag does not enable additional features.

async-native-tls

    This feature flag does not enable additional features.