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
10 days
all: apply go fix
Shulhan
2026-02-15
lib/http: fix possible data race in SSE connection
Shulhan
2026-02-13
lib/http: realign the fields in struct Server
Shulhan
2026-02-11
lib/http: implement server auto shutdown when idle
Shulhan
2026-02-11
lib/http: add BasePath to the ServerOptions
Shulhan
2026-02-05
lib/http: change HandleFS redirect status code to 301 Moved Permanently
Shulhan
2026-02-05
lib/http: handle file system with canonical directory end with slash "/"
Shulhan
2026-02-02
lib/http: add field Listener to ServerOptions
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-06
lib/http: add second return value, statusCode, to FSHandler
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-25
lib/http: return an error when parsing Content-Range
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/http: always refresh a directory on GET request
Shulhan
2024-12-28
lib/http: simplify setting Client Transport
Shulhan
2024-12-28
lib/http: add method to return default HTTP Transport in Client
Shulhan
2024-09-30
lib/http: add Server method to register handler by function
Shulhan
2024-09-30
lib/http: remove writing StatusNoContent on ResponseTypeNode
Shulhan
2024-06-08
lib/http: add request type HTML
Shulhan
2024-05-04
lib: comply with linter recommendations
Shulhan
2024-04-24
lib/http: refactoring "multipart/form-data" parameters in ClientRequest
Shulhan
2024-04-23
lib/http: allow all HTTP method to generate HTTP request with body
Shulhan
2024-03-26
lib/http: remove unnecessary second return value in getFSNode
Shulhan
2024-03-21
lib/memfs: trim trailing slash ("/") in the path of Get method
Shulhan
2024-03-15
lib/http: refactoring FSHandler type to return [*memfs.Node]
Shulhan
2024-03-15
lib/http: refactoring type of ResponseType from int to string
Shulhan
2024-03-15
lib/http: refactor type of RequestType from int to string
Shulhan
2024-03-15
lib/http: refactoring type of RequestMethod from int to string
Shulhan
2024-03-15
lib/http: refactoring Client methods to return struct ClientResponse
Shulhan
2024-03-14
lib/http: refactor Client methods to use struct ClientRequest
Shulhan
2024-03-14
lib/http: add benchmark for Server handleDelete and registerDelete
Shulhan
2024-03-14
lib/http: add test for Server handleDelete
Shulhan
2024-03-09
lib/http: refactoring NewServer and NewClient
Shulhan
2024-03-09
lib/http: rename files for consistency
Shulhan
2024-03-09
lib/http: refactor of RegisterEndpoint and RegisterSSE to non-pointer
Shulhan
2024-03-05
lib/http: move CORS initialization and handler to cors_options
Shulhan
2024-03-05
lib/http: handle CORS independently
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-02-20
lib/http: add constanta for header Set-Cookie
Shulhan
2024-02-15
all: set unused parameter to "_"
Shulhan
2024-02-15
lib/http: export function to generate "multipart/form-data"
Shulhan
2024-01-25
lib/path: new package to work with path
Shulhan
2024-01-24
lib/http: simplify parameter names in Client method for godoc
Shulhan
2024-01-24
lib/http: add support for If-Modified-Since in HandleFS
Shulhan
2024-01-24
lib/http: use raw string literal for string constants
Shulhan
2024-01-24
lib/http: update doc to use comment links
Shulhan
[next]