mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
#
|
|
# GET the arbitrary text that we put there earlier
|
|
#
|
|
TYPE=GET
|
|
URL=http://regression.host/caldav.php/user1/addressbook/strumar_and_beren.txt
|
|
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
ENDDATA
|
|
|
|
QUERY
|
|
SELECT caldav_data.dav_name, caldav_data.dav_etag
|
|
FROM caldav_data
|
|
WHERE caldav_data.dav_name ~ '/user1/addressbook/strumar_and_beren.txt'
|
|
ENDQUERY
|
|
|
|
|