epi
Version:
A Api Service Framework Base On Express.js
325 lines (79 loc) • 3.63 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Global</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Global</h1>
<section>
<header>
<h2>
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="app"><span class="type-signature"></span>app<span class="type-signature"></span></h4>
<div class="description">
express 创建的app,如果想调用express的相关方法,可以使用这个app
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="HttpServer.js.html">HttpServer.js</a>, <a href="HttpServer.js.html#line126">line 126</a>
</li></ul></dd>
</dl>
<h4 class="name" id="https"><span class="type-signature"></span>https<span class="type-signature"></span></h4>
<div class="description">
封装express创建服务的方法
</div>
<dl class="details">
<dt class="tag-version">Version:</dt>
<dd class="tag-version"><ul class="dummy"><li>0.8.3</li></ul></dd>
<dt class="tag-author">Author:</dt>
<dd class="tag-author">
<ul>
<li>sam</li>
</ul>
</dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="HttpServer.js.html">HttpServer.js</a>, <a href="HttpServer.js.html#line7">line 7</a>
</li></ul></dd>
</dl>
<h4 class="name" id="workers"><span class="type-signature"></span>workers<span class="type-signature"></span></h4>
<div class="description">
如果调用cluster方法启动程序,所有子进程都在这里
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="HttpServer.js.html">HttpServer.js</a>, <a href="HttpServer.js.html#line121">line 121</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="HttpServer.html">HttpServer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#app">app</a></li><li><a href="global.html#https">https</a></li><li><a href="global.html#workers">workers</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Sun Sep 20 2015 11:45:44 GMT+0800 (CST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>