Handbook
Glossary
http-get-bencode ( url -- obj )
Vocabulary
bittorrent
Inputs
url
an
object
Outputs
obj
an
object
Definition
USING:
bencode
http.client
kernel
sequences
;
IN:
bittorrent
:
http-get-bencode
( url -- obj )
<get-request>
BV{
}
clone
[
[
push-all
]
curry
do-http-request
check-response
drop
]
keep
B{
}
like
bencode>
;