Crate slumber_core

Crate slumber_core 

Source
Expand description

Core frontend-agnostic functionality for Slumber, agnostic of the front end.

This crate is not semver compliant. The version is locked to the root slumber crate version. If you choose to depend directly on this crate, you do so at your own risk of breakage.

Modulesยง

collection
A request collection defines recipes, profiles, etc. that make requests possible
database
The database is responsible for persisting data, including requests and responses.
http
HTTP-specific logic and models. HttpEngine is the main entrypoint for all operations. This is the life cycle of a request:
render
Template rendering tools. This is a wrapper around the template engine from slumber_template, with context and functions specific to rendering HTTP requests.
util
Miscellaneous utility constants/types/functions