index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http
Age
Commit message (
Expand
)
Author
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
2024-01-24
lib/http: refactoring Range request, limit content served by server
Shulhan
2024-01-18
lib/http: add method Head to Client
Shulhan
2023-12-17
http/sseclient: fix data race on [Client.Close]
Shulhan
2023-12-17
http/sseclient: fix Retry value not set to millisecond
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-12-03
http/sseclient: add test for multi lines with empty line in middle
Shulhan
2023-11-27
lib/http: add field KeepAliveInterval in SSEEndpoint
Shulhan
2023-11-26
http/sseclient: add method IDInt to Event
Shulhan
2023-11-26
lib/http: simplify SSEConn API, remove the WriteMessage
Shulhan
2023-11-26
lib/http: update comment on Client.PostJSON and ClientOptions.ServerUrl
Shulhan
2023-11-26
http/sseclient: implement Client retry
Shulhan
2023-11-26
http/sseclient: remove double check for non-empty packet
Shulhan
2023-11-26
lib/http: add method WriteRaw to SSEEndpoint
Shulhan
2023-11-26
lib/http: change id type in WriteEvent/WriteMessage parameter to pointer
Shulhan
2023-11-26
lib/http: implement Server-Sent Events (SSE)
Shulhan
2023-11-22
lib/http: update comment on Callback type
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
[next]