#http-response #http-service #spin #wasi #http-request #request-response

spin-contrib-http

Bunch of helpers for building HTTP services using Fermyon Spin

7 releases

0.0.8 Jun 4, 2024
0.0.7 May 8, 2024
0.0.5 Apr 29, 2024

#253 in WebAssembly

Download history 13/week @ 2024-07-28 52/week @ 2024-09-29

460 downloads per month

MIT license

36KB
813 lines

Helpers for building HTTP-APIs with Fermyon Spin

This crate contributes the following capabilities to the Spin SDK for Rust:

  • Creating cookies
  • Cross-Origin Resource-Sharing (CORS)
  • Response helpers to produce common HTTP responses
  • Request helpers to examine incoming HTTP requests

Examples

Tale a look at the examples folder.


lib.rs:

Helpers for building HTTP-APIs with Fermyon Spin

spin-contrib-http contributes the following capabilities to the Spin SDK for Rust:

  • Creating cookies
  • Cross-Origin Resource-Sharing (CORS)
  • Response helpers to produce common HTTP responses
  • Request helpers to examine incoming HTTP requests

Dependencies

~3–4MB
~72K SLoC