We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387b2db commit 1cea7b0Copy full SHA for 1cea7b0
vlib/net/http/request.v
@@ -33,7 +33,7 @@ pub mut:
33
cert string
34
cert_key string
35
in_memory_verification bool // if true, verify, cert, and cert_key are read from memory, not from a file
36
- allow_redirect bool = true //whether to allow redirect
+ allow_redirect bool = true // whether to allow redirect
37
}
38
39
fn (mut req Request) free() {
0 commit comments