importpw / http

An HTTP server written in Bash

Home Page:https://import.pw/http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://import.pw/http

License:MIT License


Languages

Language:Shell 100.0%