Skip to content

Commit

Permalink
doc: update doc for 'ngx.req.http_version'.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuruidong authored May 29, 2024
1 parent c1d3092 commit 5bf8761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4789,7 +4789,7 @@ ngx.req.http_version

Returns the HTTP version number for the current request as a Lua number.

Current possible values are 2.0, 1.0, 1.1, and 0.9. Returns `nil` for unrecognized values.
Current possible values are 3.0, 2.0, 1.0, 1.1, and 0.9. Returns `nil` for unrecognized values.

This method was first introduced in the `v0.7.17` release.

Expand Down

0 comments on commit 5bf8761

Please sign in to comment.