deploy: Add tests; fix Windows

This commit is contained in:
Robert van Gent 2019-05-03 16:38:05 -07:00 committed by Bjørn Erik Pedersen
parent 527cf1ab03
commit 5dc6d0df94
3 changed files with 552 additions and 68 deletions

View file

@ -43,6 +43,7 @@ type target struct {
// a specified pattern.
type matcher struct {
// Pattern is the string pattern to match against paths.
// Matching is done against paths converted to use / as the path separator.
Pattern string
// CacheControl specifies caching attributes to use when serving the blob.