Crate fastly

source ·
Expand description

§Rust SDK for Compute.

This Rustdoc page is a reference for how to use individual APIs from this SDK. For a guide-level introduction to using Compute with this SDK, see Rust on Compute at the Fastly Developer Hub.

Re-exports§

Modules§

Macros§

  • Send a response to the client with the given HTTP status code, and then panic.

Structs§

  • An HTTP body that can be read from, written to, or appended to another body.
  • A Compute Config Store.
  • DictionaryDeprecated
    A Compute Dictionary.
  • The Error type, a wrapper around a dynamic error type.
  • An HTTP request, including body, headers, method, and URL.
  • An HTTP response, including body, headers, and status code.
  • A Compute Secret Store.

Attribute Macros§

  • Main function attribute for a Compute program.