Closed jgroom33 closed 5 years ago
This is a common format for http structures. https://en.wikipedia.org/wiki/.har http://www.softwareishard.com/blog/har-12-spec/#request
Google Chrome uses it to archive a request also.
This should be the schema used for the request object. After implementation is complete, this issue can be implemented as a standard:
https://github.com/Huachao/vscode-restclient/issues/287
@eykrehbein I've made progress on the schema update. Here's a complex example: https://github.com/eykrehbein/strest/blob/develop/tests/success/JsonPath/JsonPath.strest.yml
This is a common format for http structures. https://en.wikipedia.org/wiki/.har http://www.softwareishard.com/blog/har-12-spec/#request
Google Chrome uses it to archive a request also.
This should be the schema used for the request object. After implementation is complete, this issue can be implemented as a standard:
https://github.com/Huachao/vscode-restclient/issues/287