diff --git a/example/requests.hurl b/example/requests.hurl new file mode 100644 index 0000000..df37240 --- /dev/null +++ b/example/requests.hurl @@ -0,0 +1,2 @@ +GET http://127.0.0.1:3344/ +HTTP 200 diff --git a/justfile b/justfile index 733e63e..89e18da 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,4 @@ run: go run example/main.go +test-example: + hurl example/requests.hurl