Sebastian Edwards

Results 7 comments of Sebastian Edwards

Hmm, on second thought, the proposed semantics aren't quite right. It really requires a pair of callbacks `precondition_required?` AND `precondition_present?` `precondition_present?` could helpfully default to checking the `If-Match` header as...

First run at this: https://github.com/SebastianEdwards/webmachine-ruby/commit/4faa45bd855d5a6463bff90f082277e8c9febe47 Happy to take a stab at amending the HTTP flowchart if we have consensus on decision node placement. Thoughts?

Thanks for the input @justinsheehy. It had occurred to me to use the leftmost column. However, since conditional headers check against existing resources, I thought it made more sense to...

@samwgoldman an `If-None-Match` header would allow the write to occur if the client provides any ETag which _DOES NOT_ match the current one. On the other hand, an `If-Match` header...

Ah, I haven't seen the use of `If-None-Match: "*"` in the wild before. Makes sense though.

Is this feature still on the roadmap at all? Would really be helpful in projects where the serverless configuration lives in a subdirectory of the main project.

Ah interesting, I had not seen that draft before. I was actually imagining a more simplistic model then this however.. Would the following approach be workable? The client would, when...