bema/func/libxml_backend #20

Merged
bema merged 25 commits from bema/func/libxml_backend into dev 2023-02-09 13:34:44 +01:00
Showing only changes of commit d2e5586792 - Show all commits

View File

@@ -17,8 +17,8 @@ def process_xml(request: request, type: str) -> str:
:param type: Type of needed processing: xsd, xslt or xpath
:type type: str
:raises ValueError: is raised when type is different than those provided above
:return: response JSON converted to string
:rtype: str
:return: response JSON converted to string and response code
:rtype: str, int
"""
start = time.time_ns()
code = 200