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_sintaxis
/
600.001.sentencias_de_peticion.js
4 lines
(3 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
const
x
=
"sometoken"
;
const
respuesta1
= Castelog.metodos.
una_peticion_http
(
"https://www.example.com"
,
"GET"
,
""
, {
Authorization
:
"Bearer "
+ x },
null
,
null
);