[][src]Module scrappy_framed::http

Various HTTP related types

Modules

header

Various http headers

uri

URI component of request and response lines

Structs

Cookie

Representation of an HTTP cookie.

CookieBuilder

Structure that follows the builder pattern for building Cookie structs.

Error

A generic "error" for HTTP connections

Method

The Request Method (VERB)

PathAndQuery

Represents the path component of a URI

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Version

Represents a version of the HTTP spec.

Enums

ConnectionType

Represents various types of connection