Updated example requests

This commit is contained in:
2023-01-30 12:42:40 +01:00
parent ce417f8b94
commit 656aeb17dc
4 changed files with 0 additions and 4 deletions

View File

@@ -2,4 +2,3 @@
url = "localhost:5000/xpath"
request = "POST"
data = "@data.json"
header = "Content-Type: application/json"

View File

@@ -2,4 +2,3 @@
url = "localhost:5000/xpath"
request = "POST"
data = "@dataNS.json"
header = "Content-Type: application/json"

View File

@@ -1,5 +1,4 @@
#url = "http://localhost:8082/xsd"
url = "http://localhost:5000/xsd"
data = "@xsd.json"
header = "Content-Type: application/json"
request = POST

View File

@@ -1,4 +1,3 @@
url = "http://localhost:5000/xslt"
data = "@xslt.json"
header = "Content-Type: application/json"
request = POST