aboutsummaryrefslogtreecommitdiff
path: root/lib/http
AgeCommit message (Expand)Author
2019-11-20http: add method HTTPMethod to EndpointShulhan
2019-11-19http: disable creating Memfs if Root options is emptyShulhan
2019-10-21all: fix and add missing commentsShulhan
2019-10-17http: remove unneccesary call to WriteHeader with StatusOKShulhan
2019-10-01http: set default read and write timeout to 30 secondsShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-09-23http: remove unnecessary logging on handleGetShulhan
2019-09-23http: export the Memfs fieldShulhan
2019-09-23http: update the package documentationShulhan
2019-09-23http: add content and response type HTML and XMLShulhan
2019-09-12http: implement key binding in registered Endpoint's PathShulhan
2019-09-11http: add type node and route to handle Endpoint with keyShulhan
2019-08-07lib/http: make the request body always available even after ParseForm()Shulhan
2019-08-05lib/memfs: add method to encode the content of fileShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-17http: print the not-found path on Server's getFSNode()Shulhan
2019-04-19memfs: add parameter to make reading file content become optionalShulhan
2019-04-15http: allow serving directory with slashShulhan
2019-04-15http: change server initialization using optionsShulhan
2019-03-20http: add function to parse HTTP header onlyShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-19http: add the charset type to content-type "text/plain"Shulhan
2019-02-19http: listen and serve using TLS if TLSConfig is definedShulhan
2019-02-19http: add method to temporary redirect request to other locationShulhan
2019-01-29lib/http: suppress linter warning on global variable on test fileShulhan
2019-01-29lib/http: simplified if-else conditionShulhan
2019-01-05lib/http: add parameter http.ResponseWriter to CallbackShulhan
2019-01-05lib/http: rename handler to endpointShulhan
2018-12-18lib/http: add evaluator, a middleware between request and handlerShulhan
2018-12-17lib/http: export content type constantsShulhan
2018-12-17lib/http: replace status error with package "lib/errors"Shulhan
2018-12-16lib/http: handle large size of file that is not on memoryShulhan
2018-12-16Add documentation for lib/httpShulhan
2018-12-16lib/http: add custom error type for callbackShulhan
2018-12-16lib/http: rewrite test to use global callback and single clientShulhan
2018-12-16lib/http: rewrite test to use HTTP client instead of "httptest"Shulhan
2018-12-16lib/http: rename "path" variable to minimize conflict with package nameShulhan
2018-12-16lib/http: handle HTTP request OPTIONSShulhan
2018-12-16lib/http: new package for simplifying writing HTTP serverShulhan