Handbook
Glossary
add-discord-auth-header ( request -- request )
Vocabulary
discord
Inputs
request
an
object
Outputs
request
an
object
Definition
USING:
accessors
http
namespaces
sequences
;
IN:
discord
:
add-discord-auth-header
( request -- request )
discord-bot-config
get
token>>
"Bot "
prepend
"Authorization"
set-header
;