This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Based on the video's and blogposts of Mat Ryer (@matryer).. | |
| - https://pace.dev/blog/2018/05/09/how-I-write-http-services-after-eight-years.html | |
| - https://www.youtube.com/watch?v=FkPqqakDeRY | |
| - https://www.youtube.com/watch?v=rWBSMsLG8po | |
| .. I derived the following starting point for a GO HTTP REST server. It can be used to add all explained (see above) concepts. | |
| You could spread the code below in separate files as follows: |
OlderNewer