bigcompany / know-your-http

a series of A1-sized posters about the HTTP protocol
Other
1.23k stars 77 forks source link

PATCH is not idempotent. #18

Open smithamax opened 8 years ago

smithamax commented 8 years ago

It was my understanding that patch was idempotent, however a colleague just noted that the RFC states...

PATCH is neither safe nor idempotent as defined by [RFC2616], Section 9.1.

methods.tex does not reflect this.

I really like these pdfs as a cheat sheet, would love it if you could update them.

jfhbrook commented 8 years ago

Good call.

I'll make the change to the .tex file cause that's easy, but my build pipeline's unhappy right now and I'm not sure why. I'll just make another issue about that I guess.

jfhbrook commented 8 years ago

You’re editing a file in a project you don’t have write access to.

Ope, sorry.

lightswitch05 commented 7 years ago

I know this is an old ticket, but this tripped me up recently. Is this project still being maintained?

jfhbrook commented 7 years ago

Not by me. I don't have commit access to this repo anymore. Sorry.