← {{ .Path }}/{{ .FileName }}
Status | {{ .StatusCode }} |
Content-Type | {{ .ContentType }} |
Headers
{{ template "headers" .Headers }}
Query
{{ template "query" .Query }}
{{ if .Location }}
Follow
{{ .Location }}
{{ end }}
Body
{{ if eq .ContentType "application/json" }}
{{ template "jsontree" .Body }}
{{ else }}
{{ .Body }}
{{ end }}