aboutsummaryrefslogtreecommitdiff
path: root/headers.go
diff options
context:
space:
mode:
Diffstat (limited to 'headers.go')
-rw-r--r--headers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.go b/headers.go
index 0d9f0e0..2153d9d 100644
--- a/headers.go
+++ b/headers.go
@@ -189,7 +189,7 @@ func parseHeaders(hdr http.Header, target interface{}) error {
})
}
-func compileHeaders(headers interface{}) map[string]string {
+func compileHeaders(headers interface{}, opts *RequestOptions) RequestOptions {
panic("TODO")
}