mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
http: remove libcurl dependency; replace it with a simple OpenSSL backend
This commit is contained in:
parent
69932758db
commit
bea8f6d7e5
10 changed files with 203 additions and 411 deletions
|
@ -234,6 +234,7 @@ fn (p mut Parser) register_global(name, typ string) {
|
|||
is_const: true
|
||||
is_global: true
|
||||
mod: p.mod
|
||||
is_mut: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue