mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: vfmt vlib/net/http/request.v
This commit is contained in:
parent
387b2db658
commit
1cea7b0c73
@ -33,7 +33,7 @@ pub mut:
|
|||||||
cert string
|
cert string
|
||||||
cert_key string
|
cert_key string
|
||||||
in_memory_verification bool // if true, verify, cert, and cert_key are read from memory, not from a file
|
in_memory_verification bool // if true, verify, cert, and cert_key are read from memory, not from a file
|
||||||
allow_redirect bool = true //whether to allow redirect
|
allow_redirect bool = true // whether to allow redirect
|
||||||
}
|
}
|
||||||
|
|
||||||
fn (mut req Request) free() {
|
fn (mut req Request) free() {
|
||||||
|
Loading…
Reference in New Issue
Block a user