Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 378 Bytes

File metadata and controls

34 lines (24 loc) · 378 Bytes

# host https://httpbin.org:443 # curl options --silent

# headers Accept: application/json Content-Type: application/json Connection: keep-alive User-Agent: VRC

# request get GET /anything

# # request post # POST /anything # { # "name": "John Doe", # "age": 25 # "method": "POST", # }

# request put # PUT /anything # { # "name": "John Doe", # "age": 25 # }