Skip to content

importpw/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

938bd94 · Jul 17, 2020

History

8 Commits
Sep 3, 2018
Jul 17, 2020
Aug 30, 2018
Sep 3, 2018
Sep 3, 2018

Repository files navigation

http

An HTTP server written in Bash.

Example

Launch a "Hello World" HTTP server:

#!/usr/bin/env import -s bash
import http@0.0.1

http_server echo hello world
$ curl localhost:3000
hello world

Credits

HTTP server implementation is based off of avleen/bashttpd.

About

An HTTP server written in Bash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages