Results 17 issues of Kurt Mackey

A short to medium length article about the http proxies and headers. This would cover all the headers proxy and caching servers use to do their magic. Lots of "hop...

explainer
good-first-issue

A medium to long article about HTTP works. Covering "old" HTTP, HTTP2, QUIC. As a bonus, we have 600 copies of the amazing [HTTP zine](https://jvns.ca/blog/2019/09/12/new-zine-on-http/) by Julia Evans to distribute...

explainer

Redis makes a really nice global cache service. Replicas can be configured to allow writes with `replica-read-only false`. With a reasonably small dataset, replicas can be added and removed quickly...

example

Fly's a great place to run Rust, we just need a demo project.

example

People ask about WAF features pretty frequently, I know of several devs that run nginx + extensions to get a WAF in front of their app. This would make a...

example

An example of nginx on fly with the simplest possible config that supports `Cache` headers. WIP: https://github.com/fly-examples/edge-nginx

example

We're seeing images that fail on webp encoding, but work fine with just jpg. The actual issue is #270. Is it possible to make imaginary fail gracefully and just return...

feature request

I'm trying to use incoming HTTP headers to serve up the most appropriate translation of a site, and it _seems_ like `.pick` is exactly what I need, but it's not...

enhancement