mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
net.http: Response.text
-> Response.body
(#14478)
This commit is contained in:
parent
2c5febe25e
commit
78d1b7f4ef
19 changed files with 65 additions and 74 deletions
|
@ -7,6 +7,6 @@ fn main() {
|
|||
return
|
||||
}
|
||||
|
||||
t := time.unix(resp.text.int())
|
||||
t := time.unix(resp.body.int())
|
||||
println(t.format())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue