summaryrefslogtreecommitdiff
path: root/lib/http
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-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
2024-01-24lib/http: refactoring Range request, limit content served by serverShulhan
2024-01-18lib/http: add method Head to ClientShulhan
2023-12-17http/sseclient: fix data race on [Client.Close]Shulhan
2023-12-17http/sseclient: fix Retry value not set to millisecondShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-12-03http/sseclient: add test for multi lines with empty line in middleShulhan
2023-11-27lib/http: add field KeepAliveInterval in SSEEndpointShulhan
2023-11-26http/sseclient: add method IDInt to EventShulhan
2023-11-26lib/http: simplify SSEConn API, remove the WriteMessageShulhan
2023-11-26lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrlShulhan
2023-11-26http/sseclient: implement Client retryShulhan
2023-11-26http/sseclient: remove double check for non-empty packetShulhan
2023-11-26lib/http: add method WriteRaw to SSEEndpointShulhan
2023-11-26lib/http: change id type in WriteEvent/WriteMessage parameter to pointerShulhan
2023-11-26lib/http: implement Server-Sent Events (SSE)Shulhan
2023-11-22lib/http: update comment on Callback typeShulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan