gato-http-server

Crates.iogato-http-server
lib.rsgato-http-server
version0.0.4
sourcesrc
created_at2022-03-02 17:17:31.246951
updated_at2022-04-01 18:07:52.341971
descriptionHost HTTP Server for Gato Framework
homepage
repository
max_upload_size
id542419
size9,004
Pedro Augusto da Silva Soares (pedrosoares)

documentation

README

gato-http-server

This package provider the ability host a local HTTP/1.1 server.

  • Do not use in production without a proxy (nginx for example).
  • This package is in BETA, use carefully.

Usage

use gato_http_server::HttpServerServiceProvider;

service_provider.register_provider(HttpServerServiceProvider::new());
Commit count: 0

cargo fmt