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
Age
Commit message (
Expand
)
Author
2024-10-04
lib/play: new package for formatting and running Go code
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-09-30
lib/bytes: add function AppendInt64 and AppendUint64
Shulhan
2024-09-30
all: simplify some statements
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-08-09
lib/sql: replace [http.FileSystem] with [memfs.MemFS]
Shulhan
2024-08-09
lib/memfs: document the comparison with "go:embed" directive
Shulhan
2024-08-04
lib/ini: mention that marshaling []byte does not supported
Shulhan
2024-08-04
lib/email: export the field Fields in Header
Shulhan
2024-08-03
lib/email: decode the message body based on content-transfer-encoding
Shulhan
2024-08-03
lib/email: allow message that end lines with LF only
Shulhan
2024-08-03
lib/memfs: another fix for refresh
Shulhan
2024-07-22
lib/memfs: sanitize the Root directory to fix refresh
Shulhan
2024-06-08
lib/http: add request type HTML
Shulhan
2024-06-08
lib/path: add method Path to Route
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-04-13
lib/dns: make server accept record type ANY
Shulhan
2024-04-12
lib/dns: return errInvalidMessage when received message cannot be parsed
Shulhan
2024-04-12
lib/dns: fix packing and unpacking OPT record
Shulhan
2024-04-10
lib/memfs: set embed file mode to print as octal
Shulhan
2024-04-04
lib/dns: check for possible packet misformat in SVCB RR and TCP client
Shulhan
2024-04-03
lib/dns: fix unpacking ipv4hint on SVCB record
Shulhan
2024-03-27
lib/dns: refactor [Message.Unpack] to [UnpackMessage]
Shulhan
2024-03-26
lib/dns: implements RFC 9460 for SVCB RR and HTTPS RR
Shulhan
2024-03-26
lib/bytes: add parameter networkByteOrder to ParseHexDump
Shulhan
2024-03-26
lib/dns: use ParseUint to parse escaped octet in "\NNN" format
Shulhan
2024-03-26
lib/http: remove unnecessary second return value in getFSNode
Shulhan
2024-03-25
lib/bytes: add test for Parser Read and ReadNoSpace
Shulhan
2024-03-22
lib/dns: add test flag to skip running DNS server
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-14
test/httptest: new helper for testing HTTP server handler
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-09
all: reformat all files with goimports
Shulhan
2024-03-09
lib: move package "ssh/config" to "lib/sshconfig"
Shulhan
2024-03-09
lib: move package "net/html" to "lib/html"
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
lib/http: move CORS initialization and handler to cors_options
Shulhan
[next]