blockless-hyper-file

Crates.ioblockless-hyper-file
lib.rsblockless-hyper-file
version0.1.2
sourcesrc
created_at2023-05-21 23:57:31.436863
updated_at2023-05-23 03:02:06.215663
descriptionThis hyper static file crate.
homepage
repositoryhttps://github.com/blocklessnetwork/blockless-hyper-file
max_upload_size
id870201
size48,524
Join.Gong (Joinhack)

documentation

README

Blockless hyper-file

This crate is implemention of the http file range for hyper extension.

Easy use.

let builder = Server::bind(&addr);
let server = builder.serve(FileServiceMaker::new("."));
server.await.unwrap();
Commit count: 48

cargo fmt