changed http-server to eyre

This commit is contained in:
Isaac Visintainer 2019-07-10 17:00:36 -07:00
parent a9d148ff84
commit 4da6eb7f3c

View File

@ -47,9 +47,9 @@
[%diff diff] [%diff diff]
[%build wire ? schematic:ford] [%build wire ? schematic:ford]
[%kill wire ~] [%kill wire ~]
[%connect wire binding:http-server term] [%connect wire binding:eyre term]
[%http-response http-event:http] [%http-response http-event:http]
[%disconnect binding:http-server] [%disconnect binding:eyre]
== ==
:: ::
+$ poke +$ poke
@ -1243,7 +1243,7 @@
== ==
:: ::
++ bound ++ bound
|= [wir=wire success=? binding=binding:http-server] |= [wir=wire success=? binding=binding:eyre]
^- (quip move _this) ^- (quip move _this)
[~ this] [~ this]
:: ::
@ -1251,7 +1251,7 @@
:: ::
++ poke-handle-http-request ++ poke-handle-http-request
%- (require-authorization:app ost.bol move this) %- (require-authorization:app ost.bol move this)
|= =inbound-request:http-server |= =inbound-request:eyre
^- (quip move _this) ^- (quip move _this)
:: ::
=/ request-line (parse-request-line url.request.inbound-request) =/ request-line (parse-request-line url.request.inbound-request)
@ -1416,7 +1416,7 @@
:: +poke-handle-http-cancel: received when a connection was killed :: +poke-handle-http-cancel: received when a connection was killed
:: ::
++ poke-handle-http-cancel ++ poke-handle-http-cancel
|= =inbound-request:http-server |= =inbound-request:eyre
^- (quip move _this) ^- (quip move _this)
[~ this] [~ this]
:: ::