Skip to content

mbid/rust-cgi-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgi-service

crates.io docs.rs CI license

A Tower service that implements the CGI protocol (RFC 3875).

Usage

use axum::{Router, routing::any_service};
use cgi_service::CgiService;

let app: Router = Router::new().route(
    "/",
    any_service(CgiService::new("/usr/lib/cgi-bin/script")),
);

License

MIT

About

A Tower service that implements the CGI protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages