Stream archive: custom typed axum headers are not fun (2023-11-09 afternoon)
Channel:
Subscribers:
8,109
Published on ● Video Link: https://www.youtube.com/watch?v=ThYsRkRna3k
In this live stream we continue to work on the #axum headers #tutorial and brute force ourselves through creating a custom typed header. #rust .
Links
SQLx Rust course: https://learning.brooksbuilds.com/courses/4/access
Oatmeal: https://github.com/dustinblackman/oatmeal#adding-an-editor
headers crate docs: https://docs.rs/headers/0.3.8/headers/index.html
extend docs: https://docs.rs/http/0.2.9/http/header/struct.HeaderMap.html#method.extend
Axum response docs: https://docs.rs/axum/latest/axum/response/index.html
issue for better header docs: https://github.com/hyperium/headers/issues/144