aboutsummaryrefslogtreecommitdiff
path: root/test/03-api/01-methods/head.janet
blob: 6b3665462f657a87a05a31268e993bd8f5c8d706 (plain) (blame)
1
2
3
4
(use ../../../jurl)
(def res ((->> "https://pie.dev/anything"
               (http :head))))
(assert (= 200 (res :status)))