Skip to content

Commit 79751f7

Browse files
committed
adds chapter 6.1 the router - partially complete
1 parent 161cf5f commit 79751f7

File tree

3 files changed

+408
-2
lines changed

3 files changed

+408
-2
lines changed

Readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,9 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
230230
- [Websockets](/chapters/ch06.0-velocy-our-backend-framework.md#some-other-features-that-we-will-be-implementing)
231231
- [Logging](/chapters/ch06.0-velocy-our-backend-framework.md#some-other-features-that-we-will-be-implementing)
232232
- [Monitoring](/chapters/ch06.0-velocy-our-backend-framework.md#some-other-features-that-we-will-be-implementing)
233-
233+
- [Building the Foundation - The `Router` Class](/chapters/ch06.1-the-router.md)
234+
- [A Toy Router](/chapters/ch06.1-the-router.md#a-toy-router)
235+
- [Chunks, oh no!](/chapters/ch06.1-the-router.md#chunks-oh-no)
236+
- [Specifying `Content-Length`](/chapters/ch06.1-the-router.md#specifying-content-length)
237+
- [Code reusability](/chapters/ch06.1-the-router.md#code-reusability)
234238
![](https://uddrapi.com/api/img?page=readme)

chapters/ch06.0-velocy-our-backend-framework.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ API rate limiting is a way to control how often clients, like apps or users, can
178178

179179
We will begin building our backend library/framework in the upcoming chapters. However, before doing so, we need to have a strong understanding of HTTP. Let's tackle that first in the next chapter.
180180

181-
[![Read Next](/assets/imgs/next.png)](/chapters/ch05.0-http-deep-dive.md)
181+
[![Read Next](/assets/imgs/next.png)](/chapters/ch06.1-the-router.md)
182182

183183
![](https://uddrapi.com/api/img?page=Velocy_5.0)

0 commit comments

Comments
 (0)