GitHub / projectdiscovery / simplehttpserver
Go alternative of python SimpleHTTPServer
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectdiscovery%2Fsimplehttpserver
PURL: pkg:github/projectdiscovery/simplehttpserver
Stars: 531
Forks: 57
Open issues: 7
License: mit
Language: Go
Size: 245 KB
Dependencies parsed at: Pending
Created at: about 5 years ago
Updated at: 6 days ago
Pushed at: 12 days ago
Last synced at: 4 days ago
Topics: gohttpserver, simplehttpserver
v0.0.6
v0.0.6
What’s Changed
- Added support for custom http response headers by @DominicBreuker in https://github.com/projectdiscovery/simplehttpserver/pull/86
- Added support for cors response header by @NoF0rte in https://github.com/projectdiscovery/simplehttpserver/pull/93
- Added support for optional python like simplehttpserver by @li6in9muyou in https://github.com/projectdiscovery/simplehttpserver/pull/106
New Contributors
- @DominicBreuker made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/86
- @NoF0rte made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/93
- @li6in9muyou made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/106
Full Changelog: https://github.com/projectdiscovery/simplehttpserver/compare/v0.0.5...v0.0.6
Download
v0.0.5
v0.0.5
What’s Changed
- Added support for http1 mode only by @Mzack9999 in https://github.com/projectdiscovery/simplehttpserver/pull/56
- Added more features to TCP Server (livereload, binary matching, custom logic) by @c-f in https://github.com/projectdiscovery/simplehttpserver/pull/61
- Added missing logic to enable TCP TLS server by @Mzack9999 in https://github.com/projectdiscovery/simplehttpserver/pull/62
- Added timestamp by @bridge-four in https://github.com/projectdiscovery/simplehttpserver/pull/64
- Fixed memory leak on large file dump via max-dump-body-size by @Mzack9999 in https://github.com/projectdiscovery/simplehttpserver/pull/57
New Contributors
- @c-f made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/55
- @bridge-four made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/64
- @forgedhallpass made their first contribution in https://github.com/projectdiscovery/simplehttpserver/pull/72
Full Changelog: https://github.com/projectdiscovery/simplehttpserver/compare/v0.0.4...v0.0.5
Download