aboutsummaryrefslogtreecommitdiff
path: root/lib/http/http.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
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-01-25lib/path: new package to work with pathShulhan
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
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-11-26lib/http: implement Server-Sent Events (SSE)Shulhan
2023-09-11lib/http: add comment to ErrClientDownloadNoOutput and type RangePositionShulhan
2023-03-12lib/http: add function to parse multipart Range response for ClientShulhan
2023-03-12lib/http: add support for HTTP Range in ServerShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-01-30lib/http: implement method Download() on ClientShulhan
2022-01-30lib/http: detach method setHeaders from ClientShulhan
2021-09-22lib/http: support server caching file system using ETagShulhan
2021-03-14http: add constants for content type multipart formShulhan
2021-03-05http: update package documentation with latest changesShulhan
2021-02-10http: revert the HeaderBearer back to HeaderAuthKeyBearerShulhan
2021-02-10http: change signature of IPAddressOfRequestShulhan
2021-02-07http: add methods IPAddressOfRequest and ParseXForwardedForShulhan
2021-02-06http: add prefix Header to constants AcceptEncoding and ContentEncodingShulhan
2021-01-31http: add section Summary to illustrate how everything are connectedShulhan
2021-01-31http: fix the package documentationShulhan
2021-01-10http: update documentation on how to use memory file systemShulhan
2020-11-27http: allow Endpoint to register custom error handlerShulhan
2020-09-09http: add constanst for header "Authorization" and key "Bearer"Shulhan
2020-05-13http: support CORS with white list of origin and headersShulhan
2020-05-12http: prefix the header constants with "Header"Shulhan
2020-04-22http: automatically uncompress the response body from serverShulhan
2019-10-21all: fix and add missing commentsShulhan
2019-09-23http: update the package documentationShulhan
2019-09-23http: add content and response type HTML and XMLShulhan
2019-09-12http: implement key binding in registered Endpoint's PathShulhan
2019-08-05lib/memfs: add method to encode the content of fileShulhan
2019-02-19http: add the charset type to content-type "text/plain"Shulhan
2019-02-19http: add method to temporary redirect request to other locationShulhan
2019-01-05lib/http: add parameter http.ResponseWriter to CallbackShulhan
2018-12-17lib/http: export content type constantsShulhan
2018-12-16Add documentation for lib/httpShulhan
2018-12-16lib/http: new package for simplifying writing HTTP serverShulhan