From a1c198a67fc844416fddad59eaa60078d4948cfe Mon Sep 17 00:00:00 2001 From: imran <imran.moujtahid@smail.th-koeln.de> Date: Mon, 21 Oct 2024 11:40:33 +0200 Subject: [PATCH] Postman Request --- src/main/kotlin/de/thk/gm/gdw/fitamcampus/Postman-echo.http | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/kotlin/de/thk/gm/gdw/fitamcampus/Postman-echo.http diff --git a/src/main/kotlin/de/thk/gm/gdw/fitamcampus/Postman-echo.http b/src/main/kotlin/de/thk/gm/gdw/fitamcampus/Postman-echo.http new file mode 100644 index 0000000..ec41a1b --- /dev/null +++ b/src/main/kotlin/de/thk/gm/gdw/fitamcampus/Postman-echo.http @@ -0,0 +1,5 @@ +### GET request to example server +GET https://examples.http-client.intellij.net/get + ?generated-in=IntelliJ IDEA + +### \ No newline at end of file -- GitLab