= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Path-based dispatching for client- and server-side applications.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
0.4.0.tar.gz
md5=b41da081833337c86c4eda7a2e0b8d26
Description
Dispatch provides a basic mechanism for dispatching a request to a handler based on hierarchical path names conventionally found in URIs. It can be used both for dispatching requests in a server, as well as handing changes to hierarchical fragments in a client-side application.
Published: 24 Jul 2017
Dependencies (3)
Dev Dependencies (1)
-
ounit
with-test & >= "1.0.2"
Used by (2)
- dispatch-js
-
webmachine
>= "0.2.3" & < "0.7.0"
Conflicts
-
None
On This Page