furl
Package Furl provides a drop-in http.Handler that provides short url redirects for longer URLs.
Filename
Size
Last Commit Date
Commit Message
..
cmd
furl
README.md
560
2022/10/08 22:03:32
added README for cmd
index.tmpl
4452
2022/10/11 09:01:15
make sure we always POST to root
main.go
4707
2022/10/11 07:01:14
simplified HTML output with new Index option
LICENSE
767
2022/10/08 19:59:38
added LICENSE
README.md
7798
2022/10/11 07:00:54
updated README
furl.go
8481
2022/10/11 07:00:18
added ability to customise HTML output
furl_test.go
16758
2022/10/11 07:00:45
added Index tests
go.mod
44
2022/10/09 15:31:36
removed byteio from go mod
options.go
2918
2022/10/11 07:00:35
added Index Option to specify custom HTML outputter
store.go
2834
2022/10/09 16:30:45
added to Store interface comment