You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3887,7 +3887,7 @@ Set the current request's request header named `header_name` to value `header_va
3887
3887
3888
3888
By default, all the subrequests subsequently initiated by [ngx.location.capture](#ngxlocationcapture) and [ngx.location.capture_multi](#ngxlocationcapture_multi) will inherit the new header.
3889
3889
3890
-
Here is an example of setting the `Content-Length` header:
3890
+
Here is an example of setting the `Content-Type` header:
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3221,7 +3221,7 @@ Set the current request's request header named <code>header_name</code> to value
3221
3221
3222
3222
By default, all the subrequests subsequently initiated by [[#ngx.location.capture|ngx.location.capture]] and [[#ngx.location.capture_multi|ngx.location.capture_multi]] will inherit the new header.
3223
3223
3224
-
Here is an example of setting the <code>Content-Length</code> header:
3224
+
Here is an example of setting the <code>Content-Type</code> header:
0 commit comments