CARVIEW |
mark nottingham
recent entries all entries feed
Hi, I’m Mark Nottingham. I write about the Web, protocol design, HTTP, Internet governance, and more. This is a personal blog, it does not represent anyone else. Find out more.
Comments? Let's talk on Mastodon. @mnot@techpolicy.social
other HTTP posts
- Yet More New HTTP Specs
Wednesday, 8 June 2022 - A New Definition of HTTP
Monday, 6 June 2022 - How Multiplexing Changes Your HTTP APIs
Sunday, 13 October 2019 - Designing Headers for HTTP Compression
Tuesday, 27 November 2018 - How to Think About HTTP Status Codes
Thursday, 11 May 2017 - RFC2616 is Dead
Saturday, 7 June 2014
Go PATCH Go
Monday, 3 May 2004
It looks like the HTTP PATCH method proposal might be based on Delta Encoding, which is IMO one of the cooler and lesser-known HTTP technologies.
I’ve heard of a few implementations of delta, including one by Patrick McManus a long time ago that I believe shows up in Navisite’s DeltaEdge [pdf].
It’s a win-win; less spec work has to be done, implementations can take advantage of existing code if they have it, and it increases the exposure of Delta Encoding, which may solve some other problems people have with HTTP performance.