BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
694 stars 265 forks source link

RESTXQ Methods: PATCH; generic method #2340

Closed ChristianGruen closed 1 month ago

ChristianGruen commented 1 month ago
  1. Add %rest:PATCH
  2. If possible, bind request method to variable: %rest:method('{$method}')

Related: https://archive.xmlprague.cz/2024/files/xmlprague-2024-proceedings.pdf

ChristianGruen commented 1 month ago
  1. If possible, bind request method to variable: %rest:method('{$method}')

Discarded. Check for duplicate methods cannot be performed anymore if method is variable.