UNPKG
castelog
Version:
latest (0.0.1)
0.0.1
Programación JavaScript en castellano.
github.com/allnulled/castelog
allnulled/castelog
castelog
/
test
/
scripts_de_documentacion
/
Generativas
/
20.034.Generativa de petición http.js
4 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
(
async
() => {
console
.
log
((
await
Castelog
.
metodos
.
una_peticion_http
(
"localhost"
,
"GET"
,
""
, {},
null
,
(
error
) =>
{
return
500
;})));})();