1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-05 20:16:21 +02:00
Commit Graph

584 Commits

Author SHA1 Message Date
adnano eaa034204a Add method to check if hostname is found in KnownHosts 2020-09-25 20:22:48 -04:00
adnano 53d84882ea Implement configurable Client 2020-09-25 19:53:50 -04:00
adnano 2f43c191cc Reorganize 2020-09-25 19:09:49 -04:00
adnano d36131356d Rename gemini.go to client.go 2020-09-25 19:07:40 -04:00
adnano fdb7c9819e Move server code to its own file 2020-09-25 19:06:56 -04:00
adnano ace3e682de Remove TLSConfig fields 2020-09-25 18:53:20 -04:00
adnano ec68ab8609 Add test 2020-09-25 11:27:26 -04:00
adnano 99b50e6caf Sort ServeMux entries by length 2020-09-25 11:00:18 -04:00
adnano eb8c9e0c03 Update README.md 2020-09-25 10:09:41 -04:00
adnano e09a659439 Update README.md 2020-09-24 20:13:59 -04:00
adnano 0cb8083ce3 Update comments 2020-09-24 19:41:50 -04:00
adnano 57a124a8b9 Convert ResponseWriter to struct 2020-09-24 19:38:26 -04:00
adnano 4b27a736ac Use more buffered I/O 2020-09-24 19:22:35 -04:00
adnano 3980cfd28f Use buffered IO 2020-09-24 19:02:03 -04:00
adnano 891c4fbec4 Remove Client struct
Gemini requests are very simple and leave little room for customization,
so a configurable Client is not necessary.
2020-09-24 01:55:41 -04:00
adnano ace66eceb0 Provide Response with ConnectionState 2020-09-24 01:45:26 -04:00
adnano fde295cb25 Fix client example 2020-09-24 01:43:03 -04:00
adnano c6802d9d9a Merge Request and RequestInfo 2020-09-24 01:37:57 -04:00
adnano 63696fc7c8 Refactor 2020-09-24 00:30:21 -04:00
adnano 758e056952 Handle more than one request at a time 2020-09-24 00:26:30 -04:00
adnano 6297d1e3ca Enforce valid URLs 2020-09-21 22:21:51 -04:00
adnano 86e7fe4355 Add package declaration comment 2020-09-21 22:09:50 -04:00
adnano 01294f6661 Refactor client requests and server responses 2020-09-21 21:31:09 -04:00
adnano 5a0a515874 Provide Handler with client remote address 2020-09-21 20:44:10 -04:00
adnano 39552c0f8f Provide Handler with client certificate information 2020-09-21 19:17:10 -04:00
adnano 81974a9e00 Update Client documentation 2020-09-21 18:30:55 -04:00
adnano 5ec35d84db Add link to documentation in README.md 2020-09-21 18:28:34 -04:00
adnano 0b6d3d8633 Rename example directory to examples 2020-09-21 18:25:31 -04:00
adnano cc06e65b41 Add support for client-side certificates 2020-09-21 18:21:42 -04:00
adnano fd74b8fbe9 Use bufio.Reader in (*Client).Do 2020-09-21 17:58:36 -04:00
adnano e6f70cf697 Update documentation 2020-09-21 17:36:09 -04:00
adnano e20b8a0a5e Add examples 2020-09-21 17:23:51 -04:00
adnano 7c2a833a92 Add LICENSE 2020-09-21 15:55:27 -04:00
adnano 257b807675 Initial commit 2020-09-21 15:49:09 -04:00