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
Age
Commit message (
Expand
)
Author
2022-02-05
lib/http: use io.Copy instead of TeeReader for Download() method
Shulhan
2022-01-30
lib/http: implement method Download() on Client
Shulhan
2022-01-30
lib/http: detach method setHeaders from Client
Shulhan
2022-01-30
lib/http: change the test port for testing HTTP server
Shulhan
2022-01-09
lib/http: refactoring NewClient to accept single struct
Shulhan
2021-12-26
lib/http: realign all structs
Shulhan
2021-12-26
lib/http: remove field memfs.Options in ServerOptions
Shulhan
2021-12-19
lib/memfs: remove field ContentEncoding from EmbedOptions and Node
Shulhan
2021-10-09
lib/memfs: refactoring Node field V into Content
Shulhan
2021-09-22
lib/http: support server caching file system using ETag
Shulhan
2021-08-25
lib/http: add field ErrorWriter to Server
Shulhan
2021-08-17
lib/http: fix missing content type for XML Header
Shulhan
2021-08-06
lib/http: update the errors.As test on EndpointResponse
Shulhan
2021-08-06
lib/http: fix return value on getFSNode
Shulhan
2021-07-30
lib/http: add test for EndpointResponse as an error
Shulhan
2021-07-30
lib/http: add missing license header
Shulhan
2021-07-08
lib/http: check request path as HTML file on getFSNode
Shulhan
2021-06-26
http: remove the Memfs field from Server
Shulhan
2021-06-26
http: simplify bytes to string conversion on unit test
Shulhan
2021-06-26
http: export the Options field on the Server
Shulhan
2021-05-19
http: add request type for XML
Shulhan
2021-04-21
http: add the Total field to EndpointResponse
Shulhan
2021-04-21
http: add field Page to EndpointResponse
Shulhan
2021-03-27
http: add method to generate standard HTTP request on Client
Shulhan
2021-03-21
http: add new line on debug output of doRequest
Shulhan
2021-03-14
http: remove parameter contentType on Client method Put
Shulhan
2021-03-14
all: refactoring http.Client methods signature
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-03-14
http: fix the use of iota on list of ResponseType
Shulhan
2021-03-14
http: fix the use of iota on list of RequestType
Shulhan
2021-03-14
http: fix use of iota on list of RequestMethod
Shulhan
2021-03-14
http: add constants for content type multipart form
Shulhan
2021-03-05
http: move the CORS options in ServerOptions to separate struct
Shulhan
2021-03-05
http: update package documentation with latest changes
Shulhan
2021-03-04
http: refactoring parameters on Callback and CallbackErrorHandler
Shulhan
2021-03-04
http: rename "GenericResponse" to "EndpointResponse"
Shulhan
2021-03-01
http: add fields for paging on GenericResponse
Shulhan
2021-02-16
http: export the HandleFS method
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: add type GenericResponse for common HTTP response container
Shulhan
2021-01-31
http: remove unnecessary variable type
Shulhan
2021-01-31
http: fix the package documentation
Shulhan
2021-01-12
http: initialize Memfs if Development options is true
Shulhan
2021-01-10
http: update documentation on how to use memory file system
Shulhan
2021-01-10
memfs: refactoring Go generate code to use memfs.MemFS instance
Shulhan
2021-01-08
memfs: remove field WithContent
Shulhan
[prev]
[next]