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
2021-01-08
http: embed the memfs.Options into ServerOptions
Shulhan
2021-01-08
memfs: refactoring, allow multiple instances of memfs in single package
Shulhan
2021-01-08
http: add method Post on client
Shulhan
2021-01-06
http: ignore errors in the example codes
Shulhan
2020-12-18
http: print client request if debug value is equal or greater than 2
Shulhan
2020-11-27
http: allow Endpoint to register custom error handler
Shulhan
2020-11-27
http: add an example on how to write custom HTTP status code
Shulhan
2020-10-05
http: increase the debug level from 2 to 3
Shulhan
2020-09-09
http: add constanst for header "Authorization" and key "Bearer"
Shulhan
2020-08-22
http: write the HTTP status code after setting content-type on error
Shulhan
2020-07-26
http: fix panic if Request.Form is not initialized on Endpoint.call
Shulhan
2020-07-26
http: allow setting response type when registering PUT
Shulhan
2020-07-24
http: add method Put for Client
Shulhan
2020-07-16
http: add method to convert RequestMethod to string
Shulhan
2020-07-08
http: do not return error based on response code on client.doRequest
Shulhan
2020-06-27
http: check for possible index.html file on getFSNode
Shulhan
2020-06-17
http: log error when debug value is >= 3 on getFSNode
Shulhan
2020-06-17
http: fix possible test race on error variable in goroutine
Shulhan
2020-06-17
http: fix the order of arguments in Client.PostFormData
Shulhan
2020-06-11
http: log endpoint call only if its not instance of errors.E
Shulhan
2020-06-10
all: update email address
Shulhan
2020-06-10
http: add method Delete
Shulhan
2020-06-10
http: add parameter headers to client methods
Shulhan
2020-06-10
http: check error using errors.As
Shulhan
2020-06-09
http: add method Stop for HTTP server
Shulhan
2020-06-09
Revert "http: print the endpoint call error only if debug value is 3 or greater"
Shulhan
2020-06-08
http: return the http.Response as the first parameter
Shulhan
2020-06-08
http: check the number of bytes written on ResponseWriter.Write
Shulhan
2020-06-08
http: print the endpoint call error only if debug value is 3 or greater
Shulhan
2020-06-08
http: log error if path not exist if debug value is set to 3 or greater
Shulhan
2020-06-06
http: initialize TLSClientConfig only if insecure is true
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
http: handle CORS on method GET, HEAD, and POST
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-15
http: add parameter "insecure" when creating new client
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-05-07
memfs: simplify the API, add directory parameter to New
Shulhan
2020-04-22
http: automatically uncompress the response body from server
Shulhan
2020-04-14
http: add parameter to set default client's headers
Shulhan
2020-04-11
http: update comment on Root field of ServerOptions
Shulhan
2020-04-11
http: implement a simplified HTTP client
Shulhan
2020-04-01
http: embed the standard http package instead of separate field
Shulhan
2020-03-30
http: set the lowest debug level to 2
Shulhan
2020-03-29
http: simplify server Endpoint registrations
Shulhan
2020-03-24
http: fix the content-length header not set if file is not cached
Shulhan
2020-02-13
http: remove unnecessary slice-byte conversion on Endpoint.error method
Shulhan
2020-01-23
http: update comment the Root field of ServerOptions
Shulhan
2019-12-23
errors: add field Name and err
Shulhan
2019-12-09
memfs: implement os.FileInfo on Node
Shulhan
[prev]
[next]