aboutsummaryrefslogtreecommitdiff
path: root/examples/server/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationadnano2020-10-121-22/+0
|
* Update examplesadnano2020-10-121-12/+4
|
* Implement server certificate storeadnano2020-10-111-3/+2
|
* Implement matching of hostnames and schemesadnano2020-10-111-1/+1
|
* Update module nameadnano2020-09-281-1/+1
|
* Change package name to gmiadnano2020-09-271-3/+3
|
* Reject invalid status codesadnano2020-09-271-0/+1
|
* Add function to write known hosts to io.Writeradnano2020-09-271-4/+1
|
* Implement certificate creationadnano2020-09-271-1/+1
|
* Implement file serveradnano2020-09-261-5/+1
|
* Implement basic TOFUadnano2020-09-251-4/+1
|
* Remove TLSConfig fieldsadnano2020-09-251-10/+6
|
* Add testadnano2020-09-251-14/+5
|
* Sort ServeMux entries by lengthadnano2020-09-251-8/+14
|
* Update README.mdadnano2020-09-251-0/+7
|
* Convert ResponseWriter to structadnano2020-09-241-1/+1
|
* Use more buffered I/Oadnano2020-09-241-1/+1
|
* Use buffered IOadnano2020-09-241-6/+3
|
* Merge Request and RequestInfoadnano2020-09-241-2/+2
|
* Provide Handler with client remote addressadnano2020-09-211-1/+1
|
* Provide Handler with client certificate informationadnano2020-09-211-4/+6
|
* Rename example directory to examplesadnano2020-09-211-0/+41