Hyper HTTP Collector
Profile all calls made by Hyper as http/s
Last updated
Profile all calls made by Hyper as http/s
Last updated
You can use the hyper
configuration structure to configure the hyper
panel in the debugger. This will track all outgoing http/s calls made by the Hyper module in your debugger.
Hyper exists to provide a fluent builder experience for HTTP requests and responses. It also provides a powerful way to create clients, i.e. Builder objects with pre-configured defaults like a base URL or certain headers.
Key | Type | Default Value | Description |
---|---|---|---|
| Boolean | false | Enable the collector |
| Boolean | false | Expand the panel by default or not |
| Boolean | false | Log the response from the API Call |
| Boolean | false | Logs the request body |