actix-http-test 3.1.0

Various helpers for Actix applications to use during testing
Documentation
[dependencies.actix-codec]
version = "0.5"

[dependencies.actix-rt]
version = "2.2"

[dependencies.actix-server]
version = "2"

[dependencies.actix-service]
version = "2"

[dependencies.actix-tls]
version = "3"

[dependencies.actix-utils]
version = "3"

[dependencies.awc]
default-features = false
version = "3"

[dependencies.bytes]
version = "1"

[dependencies.futures-core]
default-features = false
version = "0.3.17"

[dependencies.http]
version = "0.2.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.slab]
version = "0.4"

[dependencies.socket2]
version = "0.4"

[dependencies.tls-openssl]
optional = true
package = "openssl"
version = "0.10.9"

[dependencies.tokio]
features = ["sync"]
version = "1.18.4"

[features]
default = []
openssl = ["tls-openssl", "awc/openssl"]

[lib]
name = "actix_http_test"
path = "src/lib.rs"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
description = "Various helpers for Actix applications to use during testing"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["http", "web", "framework", "async", "futures"]
license = "MIT OR Apache-2.0"
name = "actix-http-test"
readme = "README.md"
repository = "https://github.com/actix/actix-web.git"
resolver = "2"
version = "3.1.0"
[package.metadata.docs.rs]
features = []