Protoman
Protoman copied to clipboard
Expose more request configuration
The http client implementation that we're using is node-fetch.
A good start for this feature would be to
- Add a field that holds a list of (config name, value) to the model request_builder.ts.
- Create a tab for configuration next to the expected message
- Create Action/Reducer to link up the view / storage
- Include those options on request.ts - either pre-fetch, during fetch, or post-fetch.
We can start with simple ones available from node-fetch:
- follow
- compress