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
7410
2025/10/05 11:29:22
updated README
furl.go
8398
2025/10/05 11:29:10
corrected typos
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
2025/10/05 11:29:13
corrected typo