Change series name and set clearer title
This commit is contained in:
parent
0761669ba0
commit
e3cc679ba7
6 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
date: 2024-01-09
|
||||
title: The Heart of the Code
|
||||
series:
|
||||
name: SDBD - Creating a Data Format
|
||||
name: "SDBD: Creating a Data Format"
|
||||
number: 5
|
||||
---
|
||||
To complete the proof of concept we need to implement `SDBD.ICodec`. This is what we're proving after all. The most complicated part will be the HPACK encoding. I'd rather not implement that myself, not for something basic. Fortunately there is a NuGet package that should do the trick. It's called simply `hpack`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue