| Crates.io | stdb-http |
| lib.rs | stdb-http |
| version | 0.1.0 |
| created_at | 2025-07-10 03:59:55.195896+00 |
| updated_at | 2025-07-10 03:59:55.195896+00 |
| description | Core utilities and common functionality for SpacetimeDB-based game development. |
| homepage | https://github.com/rafaelGuerreiro/spacetimedb-libs |
| repository | https://github.com/rafaelGuerreiro/spacetimedb-libs |
| max_upload_size | |
| id | 1745831 |
| size | 20,535 |
HTTP request management utilities for SpacetimeDB-based game development. This library provides tables and functionality to enable backend servers to execute HTTP requests within the SpacetimeDB environment.
Run tests with:
cd server
cargo +nightly fmt && cargo check --all && cargo test