mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
36 lines
746 B
Plaintext
36 lines
746 B
Plaintext
::
|
|
:::: /hoon/http/lib
|
|
::
|
|
::
|
|
::
|
|
/? 310
|
|
::
|
|
=, mimes:html
|
|
=, html
|
|
|%
|
|
++ request
|
|
$: domain/(list cord)
|
|
end-point/path
|
|
req-type/$?($get {$post p/json})
|
|
headers/math
|
|
queries/quay
|
|
==
|
|
++ send
|
|
|= {ost/bone pour-path/wire params/request}
|
|
:^ ost %them pour-path
|
|
`(unit hiss)`[~ (request-to-hiss params)]
|
|
::
|
|
++ request-to-hiss
|
|
|= request ^- hiss
|
|
=- ~& hiss=- -
|
|
:- ^- parsed-url/purl
|
|
:+ :+ security=%.y
|
|
port=~
|
|
host=[%.y [path=domain]]
|
|
endpoint=[extensions=~ point=end-point] :: ++pork,
|
|
q-strings=queries :: ++quay
|
|
?@ req-type
|
|
[%get headers ~]
|
|
[%post headers ~ (as-octt (en-json p.req-type))]
|
|
--
|