Skip to content

Commit 4efdd42

Browse files
committed
completes the content for chapter 06.0
1 parent 056b194 commit 4efdd42

File tree

4 files changed

+10
-74
lines changed

4 files changed

+10
-74
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,9 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
157157
- [Logging](/chapters/ch05-velocy-our-backend-framework.md#some-other-features-that-we-will-be-implementing)
158158
- [Monitoring](/chapters/ch05-velocy-our-backend-framework.md#some-other-features-that-we-will-be-implementing)
159159
- [HTTP Deep Dive](/chapters/ch06-http-deep-dive.md)
160+
- [A small web server](/chapters/ch06-http-deep-dive.md#a-small-web-server)
161+
- [Starting our web server](/chapters/ch06-http-deep-dive.md#starting-our-web-server)
162+
- [Testing our web server](/chapters/ch06-http-deep-dive.md#testing-our-web-server)
163+
- [Testing with `cURL`](/chapters/ch06-http-deep-dive.md#testing-with-curl)
160164

161165
![](https://uddrapi.com/api/img?page=readme)

chapters/ch04.5-rolling-file-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ To use a logging library, we will print out certain information, such as the IP
500500
501501
> We will ensure that our library is compatible with other frameworks. However, we will address this after we have built enough of our backend framework.
502502
503+
[![Read Next](/assets/imgs/next.png)](/chapters/ch05-velocy-our-backend-framework.md)
504+
503505
![](https://uddrapi.com/api/img?page=ch04.5)
504506
505507

chapters/ch05-velocy-our-backend-framework.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Read Prev](/assets/imgs/prev.png)](/chapters/ch04.5-rolling-file-support.md)
2+
13
# [Velocy](https://github.com/ishtms/velocy) - Our backend framework
24

35
> Note: This this chapter will give you an overview of what we'll build. This chapter includes terms that may not be familiar to you, for example a middleware, or an HTTP verb. We'll cover every basic detail in the next chapter.
@@ -159,4 +161,6 @@ API rate limiting is a way to control how often clients, like apps or users, can
159161

160162
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.
161163

164+
[![Read Next](/assets/imgs/next.png)](/chapters/ch06.0-http-deep-dive.md)
165+
162166
![](https://uddrapi.com/api/img?page=Velocy_5.0)

chapters/ch06-http-deep-dive.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)