Change series name and set clearer title

This commit is contained in:
cheddar 2025-04-18 11:38:39 -04:00
parent 0761669ba0
commit e3cc679ba7
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View file

@ -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`.