Topic/default/rql schema holder
8 unresolved threads
8 unresolved threads
Compare changes
+ 28
− 1
@@ -33,6 +33,7 @@ from cubicweb.web import RemoteCallFailed, DirectResponse
@@ -74,6 +75,28 @@ class match_request_content_type(ExpectedValuePredicate):
@@ -167,6 +190,10 @@ class RqlIOController(Controller):
I would like an information about "schema" in this route. Something like
Because for now we do not know from what this hash come.
I propose to not add a different route and add a header to the /rqlio/schema response:
ETag: <schema hash>
If we need to get the hash without transferring the schema, we could then use a HEAD request.
That a marvellous idea! :D +1 !