Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Sep 19, 2020
1 parent c30251f commit 52d7605
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test.http
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@
#@apikey = your_key

###
# @name index
GET {{baseUrl}}/ HTTP/1.1

###

@lastModified = {{index.response.headers.Last-Modified}}

GET {{baseUrl}}/ HTTP/1.1
If-Modified-Since: {{lastModified}}

###

Expand Down Expand Up @@ -117,3 +124,8 @@ GET {{baseUrl}}/firmware HTTP/1.1
###

GET {{baseUrl}}/update HTTP/1.1

###

GET {{baseUrl}}/restart HTTP/1.1

0 comments on commit 52d7605

Please sign in to comment.