I've found that, in order to warm up my service, I need to access the exact pathways. Creating bespoke endpoints for Mittens doesn't really help with my JVM app. Additionally, headers aren't universally applicable in my service.
I'm thinking of the following features:
- an ordered array of requests
- each request can have its own:
- headers
- delay interval
- repeat count
This would solve for scenarios where, for example, you would like to create an entity with an explicit header, and then make subsequent GETs for that value, then follow it up with a clean-up delete operation.
I've seen no such flags that would allow an organized approach. Is this on Mittens' roadmap, or would you take pull requests?
I've found that, in order to warm up my service, I need to access the exact pathways. Creating bespoke endpoints for Mittens doesn't really help with my JVM app. Additionally, headers aren't universally applicable in my service.
I'm thinking of the following features:
This would solve for scenarios where, for example, you would like to create an entity with an explicit header, and then make subsequent GETs for that value, then follow it up with a clean-up delete operation.
I've seen no such flags that would allow an organized approach. Is this on Mittens' roadmap, or would you take pull requests?