aboutsummaryrefslogtreecommitdiff
path: root/lib/http
AgeCommit message (Expand)Author
11 daysall: apply go fixShulhan
2026-02-15lib/http: fix possible data race in SSE connectionShulhan
2026-02-13lib/http: realign the fields in struct ServerShulhan
2026-02-11lib/http: implement server auto shutdown when idleShulhan
2026-02-11lib/http: add BasePath to the ServerOptionsShulhan
2026-02-05lib/http: change HandleFS redirect status code to 301 Moved PermanentlyShulhan
2026-02-05lib/http: handle file system with canonical directory end with slash "/"Shulhan
2026-02-02lib/http: add field Listener to ServerOptionsShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2026-01-06lib/http: add second return value, statusCode, to FSHandlerShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-25lib/http: return an error when parsing Content-RangeShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-22lib/http: always refresh a directory on GET requestShulhan
2024-12-28lib/http: simplify setting Client TransportShulhan
2024-12-28lib/http: add method to return default HTTP Transport in ClientShulhan
2024-09-30lib/http: add Server method to register handler by functionShulhan
2024-09-30lib/http: remove writing StatusNoContent on ResponseTypeNodeShulhan
2024-06-08lib/http: add request type HTMLShulhan
2024-05-04lib: comply with linter recommendationsShulhan
2024-04-24lib/http: refactoring "multipart/form-data" parameters in ClientRequestShulhan
2024-04-23lib/http: allow all HTTP method to generate HTTP request with bodyShulhan
2024-03-26lib/http: remove unnecessary second return value in getFSNodeShulhan
2024-03-21lib/memfs: trim trailing slash ("/") in the path of Get methodShulhan
2024-03-15lib/http: refactoring FSHandler type to return [*memfs.Node]Shulhan
2024-03-15lib/http: refactoring type of ResponseType from int to stringShulhan
2024-03-15lib/http: refactor type of RequestType from int to stringShulhan
2024-03-15lib/http: refactoring type of RequestMethod from int to stringShulhan
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 benchmark for Server handleDelete and registerDeleteShulhan
2024-03-14lib/http: add test for Server handleDeleteShulhan
2024-03-09lib/http: refactoring NewServer and NewClientShulhan
2024-03-09lib/http: rename files for consistencyShulhan
2024-03-09lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointerShulhan
2024-03-05lib/http: move CORS initialization and handler to cors_optionsShulhan
2024-03-05lib/http: handle CORS independentlyShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
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-20lib/http: add constanta for header Set-CookieShulhan
2024-02-15all: set unused parameter to "_"Shulhan
2024-02-15lib/http: export function to generate "multipart/form-data"Shulhan
2024-01-25lib/path: new package to work with pathShulhan
2024-01-24lib/http: simplify parameter names in Client method for godocShulhan
2024-01-24lib/http: add support for If-Modified-Since in HandleFSShulhan
2024-01-24lib/http: use raw string literal for string constantsShulhan
2024-01-24lib/http: update doc to use comment linksShulhan