graphul 1.0.1

Optimize, speed, scale your microservices and save money 💵
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod methods;
pub mod request;
pub mod resource;
pub mod response;

pub use axum::http as utils;

pub use methods::Methods;

pub type StatusCode = hyper::StatusCode;