index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http
/
server.go
Age
Commit message (
Expand
)
Author
2021-02-16
http: export the HandleFS method
Shulhan
2021-02-06
http: add prefix Header to constants AcceptEncoding and ContentEncoding
Shulhan
2021-01-12
http: initialize Memfs if Development options is true
Shulhan
2021-01-10
memfs: refactoring Go generate code to use memfs.MemFS instance
Shulhan
2021-01-08
http: embed the memfs.Options into ServerOptions
Shulhan
2021-01-08
memfs: refactoring, allow multiple instances of memfs in single package
Shulhan
2020-10-05
http: increase the debug level from 2 to 3
Shulhan
2020-07-26
http: allow setting response type when registering PUT
Shulhan
2020-06-27
http: check for possible index.html file on getFSNode
Shulhan
2020-06-17
http: log error when debug value is >= 3 on getFSNode
Shulhan
2020-06-09
http: add method Stop for HTTP server
Shulhan
2020-06-08
http: log error if path not exist if debug value is set to 3 or greater
Shulhan
2020-05-16
http: handle CORS on method GET, HEAD, and POST
Shulhan
2020-05-13
http: support CORS with white list of origin and headers
Shulhan
2020-05-12
http: prefix the header constants with "Header"
Shulhan
2020-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2020-04-01
http: embed the standard http package instead of separate field
Shulhan
2020-03-30
http: set the lowest debug level to 2
Shulhan
2020-03-29
http: simplify server Endpoint registrations
Shulhan
2020-03-24
http: fix the content-length header not set if file is not cached
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
2019-11-19
http: disable creating Memfs if Root options is empty
Shulhan
2019-10-01
http: set default read and write timeout to 30 seconds
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-09-23
http: remove unnecessary logging on handleGet
Shulhan
2019-09-23
http: export the Memfs field
Shulhan
2019-09-12
http: implement key binding in registered Endpoint's Path
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
2019-05-17
http: print the not-found path on Server's getFSNode()
Shulhan
2019-04-19
memfs: add parameter to make reading file content become optional
Shulhan
2019-04-15
http: allow serving directory with slash
Shulhan
2019-04-15
http: change server initialization using options
Shulhan
2019-02-19
http: listen and serve using TLS if TLSConfig is defined
Shulhan
2019-02-19
http: add method to temporary redirect request to other location
Shulhan
2019-01-05
lib/http: rename handler to endpoint
Shulhan
2018-12-18
lib/http: add evaluator, a middleware between request and handler
Shulhan
2018-12-17
lib/http: export content type constants
Shulhan
2018-12-16
lib/http: handle large size of file that is not on memory
Shulhan
2018-12-16
lib/http: rename "path" variable to minimize conflict with package name
Shulhan
2018-12-16
lib/http: handle HTTP request OPTIONS
Shulhan
2018-12-16
lib/http: new package for simplifying writing HTTP server
Shulhan
[prev]