summaryrefslogtreecommitdiff
path: root/lib/http/server_test.go
AgeCommit message (Expand)Author
2024-09-30lib/http: add Server method to register handler by functionShulhan
2024-09-30lib/http: remove writing StatusNoContent on ResponseTypeNodeShulhan
2024-03-15lib/http: refactoring Client methods to return struct ClientResponseShulhan
2024-03-14lib/http: refactor Client methods to use struct ClientRequestShulhan
2024-03-14lib/http: add test for Server handleDeleteShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-09lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointerShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-15all: set unused parameter to "_"Shulhan
2024-01-24lib/http: refactoring Range request, limit content served by serverShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-13lib/ascii: replace package "math/rand" with "crypto/rand"Shulhan
2023-09-11lib/http: realign struct for better size allocationShulhan
2023-03-12lib/http: add integration test for request HEAD for RangeShulhan
2023-03-12lib/http: add support for HTTP Range in ServerShulhan
2022-10-05lib/http: fix unit tests with -count=X, where X>1Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-03-31lib/http: rewrite ServerOptions FSHandler to handle request in generalShulhan
2022-03-30lib/http: implement handler to authorized request to Server MemfsShulhan
2022-01-30lib/http: change the test port for testing HTTP serverShulhan
2021-12-26lib/http: realign all structsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-03-04http: refactoring parameters on Callback and CallbackErrorHandlerShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-12http: prefix the header constants with "Header"Shulhan
2020-03-29http: simplify server Endpoint registrationsShulhan
2019-12-23errors: add field Name and errShulhan
2019-09-12http: implement key binding in registered Endpoint's PathShulhan
2019-08-07lib/http: make the request body always available even after ParseForm()Shulhan
2019-06-14all: fix nolint formatShulhan
2019-01-29lib/http: suppress linter warning on global variable on test fileShulhan
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-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: handle HTTP request OPTIONSShulhan
2018-12-16lib/http: new package for simplifying writing HTTP serverShulhan