summaryrefslogtreecommitdiff
path: root/service/http/response.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/response.go')
-rw-r--r--service/http/response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/response.go b/service/http/response.go
index eb8ce32b..2d17278d 100644
--- a/service/http/response.go
+++ b/service/http/response.go
@@ -12,7 +12,7 @@ type Response struct {
// Status contains response status.
Status int `json:"status"`
- // Headers contains list of response headers.
+ // Header contains list of response headers.
Headers map[string][]string `json:"headers"`
// associated body payload.