Expand description
Basic http primitives for scrappy-net framework.
Re-exports§
pub use self::error::Error;
pub use self::error::ResponseError;
pub use self::error::Result;
pub use self::httpmessage::HttpMessage;
Modules§
- body
- client
- Http client api
- cookie
- https://github.com/alexcrichton/cookie-rs fork
- error
- Error and Result module
- h1
- HTTP/1 implementation
- h2
- HTTP/2 implementation
- http
- Various HTTP related types
- httpmessage
- test
- Test Various helpers for scrappy applications to use during testing.
- ws
- WebSocket protocol support.
Macros§
Structs§
- Extensions
- A type map of request extensions.
- Http
Service ServiceFactory
HTTP1.1/HTTP2 transport implementation- Http
Service Builder - A http service builder
- Message
- Request
- Request
- Request
Head - Response
- An HTTP Response
- Response
Builder - An HTTP response builder
- Response
Head - Service
Config - Http service configuration
Enums§
- Keep
Alive - Server keep-alive setting
- Payload
- Type represent streaming payload
- Protocol
- Http protocol
- Request
Head Type
Type Aliases§
- Payload
Stream - Type represent boxed payload