aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Rename NewProxyRequest to NewRequestToadnano2020-09-271-1/+1
* examples/client: Handle relative redirectsadnano2020-09-272-7/+9
* Change package name to gmiadnano2020-09-273-51/+47
* Add helper handler functionsadnano2020-09-271-2/+1
* Reject invalid status codesadnano2020-09-273-1/+3
* Polish example clientadnano2020-09-272-59/+72
* Add function to add a host temporarilyadnano2020-09-271-0/+1
* Add client authorization exampleadnano2020-09-272-1/+160
* Update documentationadnano2020-09-271-1/+5
* Make TrustCertificate accept hostname instead of requestadnano2020-09-271-3/+3
* Fix hosts not being added to known hosts fileadnano2020-09-271-1/+1
* Don't store wildcards in the known hosts fileadnano2020-09-271-2/+2
* Fix client exampleadnano2020-09-271-1/+1
* Add function to write known hosts to io.Writeradnano2020-09-272-18/+6
* Implement certificate creationadnano2020-09-275-6/+24
* Adjust user prompt in client exampleadnano2020-09-261-2/+2
* 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
* 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