hyper-util 0.1.3

hyper utilities
Documentation

hyper-util

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

default

    This feature flag does not enable additional features.

full

  • client
  • client-legacy
  • server
  • server-auto
  • service
  • http1
  • http2
  • tokio

client

  • hyper/client
  • dep:tracing
  • dep:futures-channel
  • dep:tower
  • dep:tower-service

server-auto

  • server
  • http1
  • http2

service

  • dep:tower
  • dep:tower-service

tokio

  • dep:tokio
  • dep:socket2

client-legacy

  • client

http1

  • hyper/http1

server

  • hyper/server

http2

  • hyper/http2