linkeddata / gold

Linked Data server for Go
150 stars 35 forks source link

Question: does GOLD support etag / If-match requests? #95

Closed gklyne closed 6 years ago

gklyne commented 6 years ago

(I'm not a Go programmer, so I'm not sure if this is a GOLD issue or a Go HTTP issue. Pointers to information gratefully received.)

(a) does GOLD provide etag values in its responses?

and

(b) can HTTP If-match headers be used with responses to allow applications to respond appropriately to concurrent update requests?

This is specifically to do with using PUT to update/replace identified resources within an LDP container. (Looking at some other issues, I think the answer is yes to both, but I'm seeking confirmation.)

deiu commented 6 years ago

Hi,

Yes to both questions. :)

gklyne commented 6 years ago

Thanks! :)