anemo icon indicating copy to clipboard operation
anemo copied to clipboard

Results 8 anemo issues
Sort by recently updated
recently updated
newest added

A udp socket that is bound to an ipv4 address cannot trivially communicate with an ipv6 address. Despite this we should probably make a better effort when bound to an...

Like curl but for anemo Features that would be nice: - craft and send arbitrary requests to any anemo endpoint (needs to support whatever kind of admin keys or credentials...

For error responses, some nice to haves: - machine-usable errors (i.e. I can include my custom Error object in response and then extract it from the `Status` to do stuff...

Would aid clarity to not have two functions that do the same thing, unless there's an idiomatic reason for this?

anemo (or some sui middleware) should have support for request limiting. Ideally on a per-method, per-peer level we could set limits for request rate and max number of concurrent inflight...

Global timeout on both client and server side should be a default but not an override. Should be configurable on a per-method basis to a different value, or no timeout...