Example #1
0
 def on_get(self, req: falcon.Request, resp: falcon.Response):
     resp.media = {
         "etag": get_product_dataset_etag(),
     }
Example #2
0
 def on_get(self, req, resp):
     resp.media = {
         'etag': get_product_dataset_etag(),
     }