github.com/nevalang/neva@v0.23.1-0.20240507185603-7696a9bb8dda/std/http/http.neva (about) 1 pub type Response struct { 2 statusCode int 3 body string 4 } 5 6 #extern(http_get) 7 pub component Get(url string) (resp Response, err error)