Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/javaConductor/gserv
Browse files Browse the repository at this point in the history
  • Loading branch information
javaConductor committed Dec 29, 2014
2 parents 56b12f8 + 1bfe45c commit bfcd954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<h3>Basic Concepts</h3>
<table width="90%" class="docs-content">
<tr><th>Term</th> <th>Meaning</th></tr>
<tr><td>Resources</td> <td>Resources define resource handlers - one for each HTTP method. </td></tr>
<tr><td>Resources</td> <td>Resources define actions - one for each HTTP method. </td></tr>
<tr><td>Server Config</td><td>The config encapsulates any resources, end-points, filters, and plugins. </td></tr>
<tr><td>Server Instance</td><td>This is the actual server that will listen to the specified port and handle
requests based on its configuration.</td></tr>
Expand Down

0 comments on commit bfcd954

Please sign in to comment.