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 (
Collapse
)
Author
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
fixes #18
2023-10-30
always InsecureSkipVerify in gemini clients
tjpcc
2023-08-12
multi-protocol client
tjpcc
Fixes #4
2023-08-12
move common types to an internal package
tjpcc
This helps avoid import cycles.
2023-08-12
document maxredirects on clients
tjpcc
2023-08-12
avoid copying a tls.Config
tjpcc
Fixes #5
2023-08-12
add Fetch method to clients which follows redirects
tjpcc
There are currently only gopher, gemini, and spartan clients. The finger client will have to implement this when it is written. The Fetch method takes the url as a string for convenience, and parses it into a URL for RoundTrip. Fixes #3
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
...however unlikely gemini over IPv6 may be (hah!)
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