index
:
sliderule.git
main
The small web toolkit for Go
Travis Parker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gemini
/
client.go
Age
Commit message (
Expand
)
Author
4 days
linter nits
HEAD
v1.6.3
main
tjp
4 days
empty path handling for spartan/gemini clients and servers
tjp
2024-01-13
dial timeouts for clients, and catch up on test fixes
tjp
2024-01-10
add a *Request to Response
tjp
2023-11-01
allow titan uploads in the meta-client
tjpcc
2023-10-30
always InsecureSkipVerify in gemini clients
tjpcc
2023-08-12
multi-protocol client
tjpcc
2023-08-12
move common types to an internal package
tjpcc
2023-08-12
document maxredirects on clients
tjpcc
2023-08-12
avoid copying a tls.Config
tjpcc
2023-08-12
add Fetch method to clients which follows redirects
tjpcc
2023-05-09
InsecureSkipVerify and other improvements for the gemini fetch example code
tjpcc
2023-05-01
name change gus -> sliderule
tjpcc
2023-01-17
pull request, response, handlers out of the gemini package
tjpcc
2023-01-12
Improve host/port handling
tjpcc
2023-01-11
much more extensive gus/gemini testing
tjpcc
2023-01-11
lots more documentation comments
tjpcc
2023-01-11
Simple client functionality and an example.
tjpcc