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
/
http.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
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-01-25
lib/path: new package to work with path
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
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-11-26
lib/http: implement Server-Sent Events (SSE)
Shulhan
2023-09-11
lib/http: add comment to ErrClientDownloadNoOutput and type RangePosition
Shulhan
2023-03-12
lib/http: add function to parse multipart Range response for Client
Shulhan
2023-03-12
lib/http: add support for HTTP Range in Server
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-01-30
lib/http: implement method Download() on Client
Shulhan
2022-01-30
lib/http: detach method setHeaders from Client
Shulhan
2021-09-22
lib/http: support server caching file system using ETag
Shulhan
2021-03-14
http: add constants for content type multipart form
Shulhan
2021-03-05
http: update package documentation with latest changes
Shulhan
2021-02-10
http: revert the HeaderBearer back to HeaderAuthKeyBearer
Shulhan
2021-02-10
http: change signature of IPAddressOfRequest
Shulhan
2021-02-07
http: add methods IPAddressOfRequest and ParseXForwardedFor
Shulhan
2021-02-06
http: add prefix Header to constants AcceptEncoding and ContentEncoding
Shulhan
2021-01-31
http: add section Summary to illustrate how everything are connected
Shulhan
2021-01-31
http: fix the package documentation
Shulhan
2021-01-10
http: update documentation on how to use memory file system
Shulhan
2020-11-27
http: allow Endpoint to register custom error handler
Shulhan
2020-09-09
http: add constanst for header "Authorization" and key "Bearer"
Shulhan
2020-05-13
http: support CORS with white list of origin and headers
Shulhan
2020-05-12
http: prefix the header constants with "Header"
Shulhan
2020-04-22
http: automatically uncompress the response body from server
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-09-23
http: update the package documentation
Shulhan
2019-09-23
http: add content and response type HTML and XML
Shulhan
2019-09-12
http: implement key binding in registered Endpoint's Path
Shulhan
2019-08-05
lib/memfs: add method to encode the content of file
Shulhan
2019-02-19
http: add the charset type to content-type "text/plain"
Shulhan
2019-02-19
http: add method to temporary redirect request to other location
Shulhan
2019-01-05
lib/http: add parameter http.ResponseWriter to Callback
Shulhan
2018-12-17
lib/http: export content type constants
Shulhan
2018-12-16
Add documentation for lib/http
Shulhan
2018-12-16
lib/http: new package for simplifying writing HTTP server
Shulhan