summaryrefslogtreecommitdiff
path: root/gemini/client.go
AgeCommit message (Expand)Author
2023-10-30always InsecureSkipVerify in gemini clientstjpcc
2023-08-12multi-protocol clienttjpcc
2023-08-12move common types to an internal packagetjpcc
2023-08-12document maxredirects on clientstjpcc
2023-08-12avoid copying a tls.Configtjpcc
2023-08-12add Fetch method to clients which follows redirectstjpcc
2023-05-09InsecureSkipVerify and other improvements for the gemini fetch example codetjpcc
2023-05-01name change gus -> slideruletjpcc
2023-01-17pull request, response, handlers out of the gemini packagetjpcc
2023-01-12Improve host/port handlingtjpcc
2023-01-11much more extensive gus/gemini testingtjpcc
2023-01-11lots more documentation commentstjpcc
2023-01-11Simple client functionality and an example.tjpcc