summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-11 03:32:00 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-11 03:32:00 -0400
commitd4c05d21a4de2fe8f492957b66f40aa5e6757dca (patch)
tree620378cd1968cf31718c7ba1a03939f5411ac463 /types.go
parent474ffad421eee04a50cbdd5cfbc2b396c24dc521 (diff)
downloadgetwtxt-d4c05d21a4de2fe8f492957b66f40aa5e6757dca.tar.gz
skeleton handlers responding
Diffstat (limited to 'types.go')
-rw-r--r--types.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/types.go b/types.go
index fa9b8aa..7cfa7d6 100644
--- a/types.go
+++ b/types.go
@@ -2,7 +2,8 @@ package main
 
 import "regexp"
 
-const textutf8 = "text/plain; charset=utf8"
+const txtutf8 = "text/plain; charset=utf8"
+const htmlutf8 = "text/html; charset=utf8"
 
 type configuration struct {
 	port         string