Handbook
Glossary
random-websocket-key ( -- base64 )
Vocabulary
http
.
websockets
Inputs
None
Outputs
base64
an
object
Definition
USING:
base64
random
strings
;
IN:
http.websockets
:
random-websocket-key
( -- base64 )
16
random-bytes
>base64
>string
;