Skip to content

Commit

Permalink
add Endpoint to list of Phoenix components
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehalvorsen committed Jan 12, 2015
1 parent 15b3496 commit ae1ed40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Phoenix is made up of a number of distinct parts, each with its own purpose and
- The Router
- parses incoming requests and dispatches to the correct controller/action, passing parameters as needed
- provides helpers to generate route paths or urls to resources
- The Endpoint
- handles all aspects of requests up until the beginning of our applications
- Controllers
- provide functions called actions to handle requests
- Actions
Expand Down

0 comments on commit ae1ed40

Please sign in to comment.