Docs.rs
aws-smithy-http-server-python-0.53.1
aws-smithy-http-server-python 0.53.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:awslabs:smithy-rs-server
aws-sdk-rust-ci
Dependencies
aws-smithy-http ^0.53.1
normal
aws-smithy-http-server ^0.53.1
normal
aws-smithy-json ^0.53.1
normal
aws-smithy-types ^0.53.1
normal
aws-smithy-xml ^0.53.1
normal
bytes ^1.2
normal
futures ^0.3
normal
http ^0.2
normal
hyper ^0.14.20
normal
lambda_http ^0.7.1
normal
lambda_runtime ^0.7.1
normal
num_cpus ^1.13.1
normal
parking_lot ^0.12.1
normal
pin-project-lite ^0.2
normal
pyo3 ^0.17.0
normal
pyo3-asyncio ^0.17.0
normal
rustls-pemfile ^1.0.1
normal
signal-hook ^0.3.14
normal
socket2 ^0.4.4
normal
thiserror ^1.0.32
normal
tls-listener ^0.5.1
normal
tokio ^1.20.1
normal
tokio-rustls ^0.23.4
normal
tokio-stream ^0.1
normal
tower ^0.4.13
normal
tracing ^0.1.36
normal
tracing-appender ^0.2.2
normal
tracing-subscriber ^0.3.15
normal
futures-util ^0.3
dev
hyper-rustls ^0.23.1
dev
pretty_assertions ^1
dev
pyo3-asyncio ^0.17.0
dev
rcgen ^0.10.0
dev
tokio-test ^0.4
dev
tower-test ^0.4
dev
Versions
82.09%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module layer
Structs
?
Module
aws_smithy_http_server_python
::
context
::
layer
source
·
[
−
]
Expand description
A [tower::Layer] for injecting and populating
PyContext
.
Structs
AddPyContextLayer
AddPyContextLayer is a [tower::Layer] that populates given
PyContext
from the
Request
and injects
PyContext
to the
Request
as an extension.
AddPyContextService