explaining rest

This commit is contained in:
carson 2021-07-13 17:27:45 -06:00
parent 27b990aa95
commit cd59a86b2e

View File

@ -189,7 +189,7 @@ You don't need to know much about this, except that [CDNs exist](https://en.wiki
### [Code-On-Demand](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_7)
Again, you don't need to know much about this, except that [Javascript exists](https://developer.mozilla.org/en-US/docs/Web/javascript), and
you [shouldn't use it](https://htmx.org). (I kid. Kinda.)
that it's the only part that's optional.
## Section 5.2 - [REST Architectural Elements](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_2)