jmi2k / tcp80

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcp80

Just another HTTP server for Plan 9.

Disclaimer

int
validateuri(char path[], int method)
{
	USED(path);
	USED(method);
	return 1;
}

Usage

% mk
% aux/listen1 tcp!*!8080 6.out	# /sys/www served at port 8080

About


Languages

Language:C 96.4%Language:Makefile 3.6%