An open API service indexing awesome lists of open source software.

https://github.com/stephank/hyper-staticfile

Static file-serving for Hyper 1.0
https://github.com/stephank/hyper-staticfile

hyper rust

Last synced: 9 months ago
JSON representation

Static file-serving for Hyper 1.0

Awesome Lists containing this project

README

          

# hyper-staticfile

[![Docs](https://docs.rs/hyper-staticfile/badge.svg)](https://docs.rs/hyper-staticfile)
[![Crate](https://img.shields.io/crates/v/hyper-staticfile.svg)](https://crates.io/crates/hyper-staticfile)
[![Build Status](https://travis-ci.org/stephank/hyper-staticfile.svg?branch=master)](https://travis-ci.org/stephank/hyper-staticfile)

Static file-serving for [Hyper 1.0](https://github.com/hyperium/hyper).

See [`examples/doc_server.rs`](examples/doc_server.rs) for a complete example that you can compile.

## [Documentation](http://docs.rs/hyper-staticfile)