Skip to content

Commit

Permalink
refactor and add example http lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Aug 30, 2024
1 parent 128e8bc commit 7c74027
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 803 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions examples/lockfile/test.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"request": {
"method": "GET",
"target": "/api",
"version": "HTTP/1.1",
"headers": [
[
"Accept",
"application/json"
],
[
"Host",
"localhost"
]
],
"Host": "localhost"
},
"response": {
"version": "HTTP/1.1",
"status": "200",
"headers": [
[
"Content-Type",
"application/json"
],
[
"Content-Length",
19
]
]
}
}
Loading

0 comments on commit 7c74027

Please sign in to comment.