Files
cell/tests/https.js
John Alanbrook 1248b94244
Some checks failed
Build and Deploy / build-macos (push) Failing after 5s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-linux (push) Successful in 1m44s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
remove curl and openssl dependencies
2025-05-24 00:07:37 -05:00

6 lines
140 B
JavaScript

var http = use('http')
var os = use('os')
var res = http.fetch("https://dictionary.ink/find?word=palm")
console.log(os.buffer2string(res))