Crates.io | gato-http-server |
lib.rs | gato-http-server |
version | 0.0.4 |
source | src |
created_at | 2022-03-02 17:17:31.246951 |
updated_at | 2022-04-01 18:07:52.341971 |
description | Host HTTP Server for Gato Framework |
homepage | |
repository | |
max_upload_size | |
id | 542419 |
size | 9,004 |
This package provider the ability host a local HTTP/1.1 server.
use gato_http_server::HttpServerServiceProvider;
service_provider.register_provider(HttpServerServiceProvider::new());