Gofile Save

HTTP/1.1 directory listing and file server using TCP sockets for fun

Project README

Gofile

GoDoc Build Status

A non-blocking directory listing and file server. It implementats HTTP/1.1 keepalive, chunked transfer, and byte range.

The HTTP server implementation provides a channel for writing chunked response. It could be used as a library. Read the API.

gofile

Usage

Usage: gofile port [dir]

Examples:

gofile 8080
gofile 8080 ~/public

Install

go get -u github.com/siadat/gofile

HTTP/1.1 implementation checklist

  • GET and HEAD methods
  • Support keep-alive connections
  • Support chunked transfer encoding
  • Requests must include a Host header
  • Requests with Connection: close should be closed
  • Support for requests with absolute URLs
  • If-Modified-Since support
  • Byte range support
  • Transparent response compression

Hacking

Submit an issue or send a pull request. Make sure you ./run-tests.bash to test your patch.

Thanks

Thanks @valyala for his feature suggestions. Thanks @maruel for reviewing the http package.

Open Source Agenda is not affiliated with "Gofile" Project. README Source: siadat/gofile
Stars
60
Open Issues
2
Last Commit
5 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating