aboutsummaryrefslogtreecommitdiff
path: root/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2022-08-14Add Go 1.19 Support (#1355)v1.39.0Gravatar Aoang 1-30/+48
* Update Go Version to Go1.19.x And add cache * Fix CI Line endings * Update test CI Go Version to Go1.19.x And add cache * Update Gosec Security Scanner CI to securego/gosec@v2.12.0 * Format comment Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See “Go Doc Comments” for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. ref: https://tip.golang.org/doc/go1.19 ref: https://tip.golang.org/doc/comment * Fix doc structure
2018-08-31Remove wrong documentationGravatar Erik Dubbelboer 1-3/+0
2015-11-29Added ability to filter out non-GET requestsGravatar Aliaksandr Valialkin 1-0/+1
2015-11-27Added ability to limit request body size on the server and response body ↵Gravatar Aliaksandr Valialkin 1-0/+1
size on the client
2015-11-24Added support for 'Connection: Upgrade', so RequestHandler may detect such ↵Gravatar Aliaksandr Valialkin 1-0/+1
connections and hijack them
2015-11-23Added ability to limit keep-alive connection lifetimeGravatar Aliaksandr Valialkin 1-0/+1
2015-11-22Updated docsGravatar Aliaksandr Valialkin 1-7/+8
2015-11-22Added package docsGravatar Aliaksandr Valialkin 1-0/+35