forked from keploy/samples-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-10.yaml
More file actions
39 lines (39 loc) · 1020 Bytes
/
Copy pathtest-10.yaml
File metadata and controls
39 lines (39 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated by Keploy (3-dev)
version: api.keploy.io/v1beta1
kind: Http
name: test-10
spec:
metadata: {}
req:
method: GET
proto_major: 1
proto_minor: 1
url: http://127.0.0.1:8080/items
header:
Accept: '*/*'
Host: 127.0.0.1:8080
User-Agent: curl/8.19.0
body: ""
timestamp: 2026-04-24T12:48:15.246997938+05:30
resp:
status_code: 200
header:
Content-Type: application/json
Date: Fri, 24 Apr 2026 07:18:15 GMT
body: '[{"id":"item1","name":"Laptop","price":1200.00},{"id":"item2","name":"Mouse","price":25.50},{"id":"item3","name":"Keyboard","price":75.00}]'
status_message: OK
proto_major: 0
proto_minor: 0
timestamp: 2026-04-24T12:48:15.25057105+05:30
objects: []
assertions:
noise:
header.Date: []
created: 1777015095
app_port: 8080
curl: |
curl --request GET \
--url http://127.0.0.1:8080/items \
--header 'Host: 127.0.0.1:8080' \
--header 'User-Agent: curl/8.19.0' \
--header 'Accept: */*' \