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
Age
Commit message (
Expand
)
Author
2019-11-20
http: add method HTTPMethod to Endpoint
Shulhan
2019-11-19
http: disable creating Memfs if Root options is empty
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-10-17
http: remove unneccesary call to WriteHeader with StatusOK
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-23
http: update the package documentation
Shulhan
2019-09-23
http: add content and response type HTML and XML
Shulhan
2019-09-12
http: implement key binding in registered Endpoint's Path
Shulhan
2019-09-11
http: add type node and route to handle Endpoint with key
Shulhan
2019-08-07
lib/http: make the request body always available even after ParseForm()
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
2019-06-14
all: fix nolint format
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-03-20
http: add function to parse HTTP header only
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-19
http: add the charset type to content-type "text/plain"
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-29
lib/http: suppress linter warning on global variable on test file
Shulhan
2019-01-29
lib/http: simplified if-else condition
Shulhan
2019-01-05
lib/http: add parameter http.ResponseWriter to Callback
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-17
lib/http: replace status error with package "lib/errors"
Shulhan
2018-12-16
lib/http: handle large size of file that is not on memory
Shulhan
2018-12-16
Add documentation for lib/http
Shulhan
2018-12-16
lib/http: add custom error type for callback
Shulhan
2018-12-16
lib/http: rewrite test to use global callback and single client
Shulhan
2018-12-16
lib/http: rewrite test to use HTTP client instead of "httptest"
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]