Cleaned up modulo

This commit is contained in:
Logan Allen 2019-03-19 13:51:20 -07:00 committed by Isaac Visintainer
parent 6ecf041609
commit 761f5b9f69

View File

@ -110,29 +110,11 @@
i.back-path
::
?: =(name 'session')
:_ this
:~ ^- move
:- ost.bow
:* %http-response
[%start [200 ['content-type' 'application/javascript']~] [~ session-js] %.y]
==
==
[[ost.bow %http-response (js-response session-js)]~ this]
?: =(name 'script')
:_ this
:~ ^- move
:- ost.bow
:* %http-response
[%start [200 ['content-type' 'application/javascript']~] [~ modulo-js] %.y]
==
==
[[ost.bow %http-response (js-response modulo-js)]~ this]
::
:_ this
:~ ^- move
:- ost.bow
:* %http-response
[%start [200 ['content-type' 'text/html']~] [~ index] %.y]
==
==
[[ost.bow %http-response (html-response index)]~ this]
:: +poke-handle-http-cancel: received when a connection was killed
::
++ poke-handle-http-cancel