-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.components.endpoint.html
More file actions
4 lines (4 loc) · 2.88 KB
/
Copy pathsystem.components.endpoint.html
File metadata and controls
4 lines (4 loc) · 2.88 KB
1
2
3
4
<!DOCTYPE html PUBLIC ""
"">
<html><head><meta charset="UTF-8" /><title>system.components.endpoint documentation</title><link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/highlight.css" /><script type="text/javascript" src="js/highlight.min.js"></script><script type="text/javascript" src="js/jquery.min.js"></script><script type="text/javascript" src="js/page_effects.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div id="header"><h2>Generated by <a href="https://github.com/weavejester/codox">Codox</a></h2><h1><a href="index.html"><span class="project-title"><span class="project-name">System</span> <span class="project-version">0.4.1-SNAPSHOT</span></span></a></h1></div><div class="sidebar primary"><h3 class="no-link"><span class="inner">Project</span></h3><ul class="index-link"><li class="depth-1 "><a href="index.html"><div class="inner">Index</div></a></li></ul><h3 class="no-link"><span class="inner">Namespaces</span></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>system</span></div></div></li><li class="depth-2"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>components</span></div></div></li><li class="depth-3 branch"><a href="system.components.core-async-pubsub.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core-async-pubsub</span></div></a></li><li class="depth-3 branch current"><a href="system.components.endpoint.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>endpoint</span></div></a></li><li class="depth-3 branch"><a href="system.components.handler.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>handler</span></div></a></li><li class="depth-3"><a href="system.components.middleware.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>middleware</span></div></a></li></ul></div><div class="sidebar secondary"><h3><a href="#top"><span class="inner">Public Vars</span></a></h3><ul><li class="depth-1"><a href="system.components.endpoint.html#var-new-endpoint"><div class="inner"><span>new-endpoint</span></div></a></li></ul></div><div class="namespace-docs" id="content"><h1 class="anchor" id="top">system.components.endpoint</h1><div class="doc"><pre class="plaintext"></pre></div><div class="public anchor" id="var-new-endpoint"><h3>new-endpoint</h3><div class="usage"><code>(new-endpoint routes-fn)</code></div><div class="doc"><pre class="plaintext">Creates an endpoint. An endpoint is a closure over Compojure routes
with component dependencies in scope.</pre></div></div></div></body></html>