aboutsummaryrefslogtreecommitdiff
path: root/lib/http
AgeCommit message (Expand)Author
2022-02-05lib/http: use io.Copy instead of TeeReader for Download() methodShulhan
2022-01-30lib/http: implement method Download() on ClientShulhan
2022-01-30lib/http: detach method setHeaders from ClientShulhan
2022-01-30lib/http: change the test port for testing HTTP serverShulhan
2022-01-09lib/http: refactoring NewClient to accept single structShulhan
2021-12-26lib/http: realign all structsShulhan
2021-12-26lib/http: remove field memfs.Options in ServerOptionsShulhan
2021-12-19lib/memfs: remove field ContentEncoding from EmbedOptions and NodeShulhan
2021-10-09lib/memfs: refactoring Node field V into ContentShulhan
2021-09-22lib/http: support server caching file system using ETagShulhan
2021-08-25lib/http: add field ErrorWriter to ServerShulhan
2021-08-17lib/http: fix missing content type for XML HeaderShulhan
2021-08-06lib/http: update the errors.As test on EndpointResponseShulhan
2021-08-06lib/http: fix return value on getFSNodeShulhan
2021-07-30lib/http: add test for EndpointResponse as an errorShulhan
2021-07-30lib/http: add missing license headerShulhan
2021-07-08lib/http: check request path as HTML file on getFSNodeShulhan
2021-06-26http: remove the Memfs field from ServerShulhan
2021-06-26http: simplify bytes to string conversion on unit testShulhan
2021-06-26http: export the Options field on the ServerShulhan
2021-05-19http: add request type for XMLShulhan
2021-04-21http: add the Total field to EndpointResponseShulhan
2021-04-21http: add field Page to EndpointResponseShulhan
2021-03-27http: add method to generate standard HTTP request on ClientShulhan
2021-03-21http: add new line on debug output of doRequestShulhan
2021-03-14http: remove parameter contentType on Client method PutShulhan
2021-03-14all: refactoring http.Client methods signatureShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-03-14http: fix the use of iota on list of ResponseTypeShulhan
2021-03-14http: fix the use of iota on list of RequestTypeShulhan
2021-03-14http: fix use of iota on list of RequestMethodShulhan
2021-03-14http: add constants for content type multipart formShulhan
2021-03-05http: move the CORS options in ServerOptions to separate structShulhan
2021-03-05http: update package documentation with latest changesShulhan
2021-03-04http: refactoring parameters on Callback and CallbackErrorHandlerShulhan
2021-03-04http: rename "GenericResponse" to "EndpointResponse"Shulhan
2021-03-01http: add fields for paging on GenericResponseShulhan
2021-02-16http: export the HandleFS methodShulhan
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: add type GenericResponse for common HTTP response containerShulhan
2021-01-31http: remove unnecessary variable typeShulhan
2021-01-31http: fix the package documentationShulhan
2021-01-12http: initialize Memfs if Development options is trueShulhan
2021-01-10http: update documentation on how to use memory file systemShulhan
2021-01-10memfs: refactoring Go generate code to use memfs.MemFS instanceShulhan
2021-01-08memfs: remove field WithContentShulhan