From fd455b04fd31a84cfd666b21f5814cd7d48c92d1 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 11 Feb 2020 19:38:49 +0100 Subject: New paths --- src/request.tmpl | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/request.tmpl (limited to 'src/request.tmpl') diff --git a/src/request.tmpl b/src/request.tmpl new file mode 100644 index 0000000..1b67212 --- /dev/null +++ b/src/request.tmpl @@ -0,0 +1,33 @@ + + + +{{ .Href }} + + +{{ .Name }} +{{ .Date }} + + + + + +HTTP/1.1 200 OK + + +{{range .ListFiles}} +{{ .Href }} + + +{{ .DisplayName }} +{{ .Size }} +{{ .LastModifier }} +{{ if .IsDir }}{{end}} + + + + +HTTP/1.1 {{ .Status }} + + +{{end}} + -- cgit v1.2.3