Skip to content

Commit 4c39652

Browse files
itsumura-hdom96
authored andcommitted
rename header value as val
1 parent 244cf49 commit 4c39652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jester.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ template setHeader(headers: var Option[RawHeaders], key, value: string): typed =
526526
headers = some(h & @({key: value}))
527527

528528
template resp*(code: HttpCode,
529-
headers: openarray[tuple[key, value: string]],
529+
headers: openarray[tuple[key, val: string]],
530530
content: string): typed =
531531
## Sets ``(code, headers, content)`` as the response.
532532
bind TCActionSend

0 commit comments

Comments
 (0)