This commit is contained in:
Rashad Gover 2023-04-23 18:13:45 +00:00
parent 900cf8fa70
commit 511d346feb
2 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@ We recommend using Endpoints. Matchpoints are great if you're not worried about
2. All Handlers in a Matchpoint Server must operate within the same context. For Endpoints, this is not the case.
3. Endpoints are more modular. You can achieve some level of moduarity with your Matchpoints by using nested `-XPatternSynonyms` though.
3. Endpoints are more modular. You can achieve some level of modularity with your Matchpoints by using nested `-XPatternSynonyms` though.
4. Matchpoint Servers have no knowledge of what Responses you will return to the Client. Endpoint Servers know every possible Response you may return from your Handlers, besides the ones returned by `IO` errors (the goal is for Endpoints to know about these as well).

View File

@ -612,7 +612,7 @@ any.</p></li>
<li><p>All Handlers in a Matchpoint Server must operate within the same
context. For Endpoints, this is not the case.</p></li>
<li><p>Endpoints are more modular. You can achieve some level of
moduarity with your Matchpoints by using nested
modularity with your Matchpoints by using nested
<code>-XPatternSynonyms</code> though.</p></li>
<li><p>Matchpoint Servers have no knowledge of what Responses you will
return to the Client. Endpoint Servers know every possible Response you