fetchDSL icon indicating copy to clipboard operation
fetchDSL copied to clipboard

Results 9 fetchDSL issues
Sort by recently updated
recently updated
newest added

Rather than have to spawn out multiple sessions it'd be nice if someone could have a way to have calls run at the same time. I'm thinking this should probably...

Currently if something like bearer/authorization headers are provided within a single call, they must be repeated for subsequent calls to the same realm. Instead, the DSL should have the behavior...

There are times where between calls you'd like to do some organisation or changes. It'd be nice to be able to have an action take place when you know one...

There's some times where an HTTP error, or service error will occur. In that event something should happen, currently it just prints to the stderr. I'm imagining something such as...

When something fails - eg an internet outage, it's super annoying to have to restart the entire set of requests. It would be useful instead if there was some form...

Currently all calls take place in blocks of `call`. All data must run out for the first call to cede control to the next call in the chain. It could...