Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Aug 11, 2017
1 parent 764c65e commit 9a142c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/server/Server.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h4 id="onrawrequest">onRawRequest</h4>

<li id="section-6">
<div class="annotation">
<h4 id="onrawrequest">onRawRequest</h4>
<h4 id="onrequest">onRequest</h4>
<p> <code>server.onRequest</code></p>
<p> <code>server.onRequest(request,response,serve)</code></p>
<table>
Expand Down
2 changes: 1 addition & 1 deletion server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Server{

}

// #### onRawRequest
// #### onRequest
//
// ` server.onRequest `
//
Expand Down

0 comments on commit 9a142c3

Please sign in to comment.