/httpserver

Httpserver is a simple and efficient HTTP file server.

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

httpserver

Httpserver is a simple and efficient HTTP file server.

C:\Users\kjcxmx\httpserver\target>http.exe 80 C:/
https://github.com/kjcxmx/httpserver    by kjcxmx@163.com
Server listening on :80
Method: GET Host: 127.0.0.1:25958 URL: /
Headers: map[Accept:[text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7] Accept-Encoding:[gzip, deflate, br] Accept-Language:[zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6] Connection:[keep-alive] Sec-Ch-Ua:["Not.A/Brand";v="8", "Chromium";v="114", "Microsoft Edge";v="114"] Sec-Ch-Ua-Mobile:[?0] Sec-Ch-Ua-Platform:["Windows"] Sec-Fetch-Dest:[document] Sec-Fetch-Mode:[navigate] Sec-Fetch-Site:[none] Sec-Fetch-User:[?1] Upgrade-Insecure-Requests:[1] User-Agent:[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67]]
C:\Users\kjcxmx\httpserver\target>http.exe 8088
https://github.com/kjcxmx/httpserver    by kjcxmx@163.com
Server listening on :8088
Method: GET Host: 127.0.0.1:26034 URL: /
Headers: map[Accept:[text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7] Accept-Encoding:[gzip, deflate, br] Accept-Language:[zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6] Connection:[keep-alive] Sec-Ch-Ua:["Not.A/Brand";v="8", "Chromium";v="114", "Microsoft Edge";v="114"] Sec-Ch-Ua-Mobile:[?0] Sec-Ch-Ua-Platform:["Windows"] Sec-Fetch-Dest:[document] Sec-Fetch-Mode:[navigate] Sec-Fetch-Site:[none] Sec-Fetch-User:[?1] Upgrade-Insecure-Requests:[1] User-Agent:[Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67]]