mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
move http module to net.http
This commit is contained in:
parent
6cee50afda
commit
63b70ddb06
15 changed files with 14 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
import http
|
||||
import net.http
|
||||
|
||||
fn main() {
|
||||
html := http.get_text('https://news.ycombinator.com')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue