aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement file serveradnano2020-09-262-5/+39
|
* Fix client exampleadnano2020-09-261-10/+12
|
* Update README.mdadnano2020-09-261-0/+1
|
* Differentiate between unknown and untrusted certificatesadnano2020-09-261-2/+2
|
* Refactor TOFUadnano2020-09-251-3/+3
|
* Implement basic TOFUadnano2020-09-252-12/+7
|
* Add method to check if hostname is found in KnownHostsadnano2020-09-251-4/+1
|
* Implement configurable Clientadnano2020-09-251-2/+17
|
* Remove TLSConfig fieldsadnano2020-09-252-14/+9
|
* 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
|
* Remove Client structadnano2020-09-241-2/+1
| | | | | Gemini requests are very simple and leave little room for customization, so a configurable Client is not necessary.
* Fix client exampleadnano2020-09-241-1/+2
|
* 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-212-9/+15
|
* Rename example directory to examplesadnano2020-09-214-0/+118