I am sympathetic to the suggestion that one method is easier, but in this case, the delta in terms of mechanism and implementation is so trivial, it's actually hard to imagine how this would be a bad thing.
On the flip side, there are too many cases where we bastardised the use of HTTP in the past. I would like to make some steps to rectify this.
--Martin
p.s. I don't mind sharing this. This is almost exactly what we do in our implementation:
handlePost(request) {
doHELD(request, request.body);
}
handleGet(request) {
doHELD(request, prebuiltBody);
}
_______________________________________________
Geopriv mailing list
Geopriv@ietf.org
https://www.ietf.org/mailman/listinfo/geopriv