Crate fastly_sys[][src]

Expand description

FFI bindings to the Fastly Compute@Edge ABI.

This is a low-level package; the fastly crate wraps these functions in a much friendlier, Rust-like interface. You should not have to depend on this crate explicitly in your Cargo.toml.

Versioning and compatibility

The Cargo version of this package was previously set according to compatibility with the Compute@Edge platform. Since the v0.25.0 release of the Fastly CLI, the CLI is configured with the range of fastly-sys versions that are currently compatible with the Compute@Edge platform. The Cargo version of this package since 0.4.0 instead follows the Cargo SemVer compatibility guidelines.

Modules

Structs

Content-Encoding codings.

Functions

Close a body, freeing its resources and causing any sends to finish.

xqd_body_newDeprecated
xqd_req_newDeprecated
xqd_req_sendDeprecated
xqd_resp_newDeprecated

Type Definitions

An alias for u32 to denote which ABI arguments represent BodyHandles.

An alias for u32 to denote which ABI arguments represent DictionaryHandles.

An alias for u32 to denote which ABI arguments represent PendingRequestHandles.

An alias for u32 to denote which ABI arguments represent RequestHandles.

An alias for u32 to denote which ABI arguments represent ResponseHandles.