netlify_headers 0.1.1

Netlify Headers is a parser for Netlify _headers file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# a path:
/templates/index.html
  # headers for that path:
  X-Frame-Options: DENY
  X-XSS-Protection: 1; mode=block
# another path:
/templates/index2.html
  # headers for that path:
  X-Frame-Options: SAMEORIGIN
# multi-value header:
/*
  cache-control: max-age=0
  cache-control: no-cache
  cache-control: no-store
  cache-control: must-revalidate