Hacker News new | ask | show | jobs
by pmarreck 2335 days ago
> API request handling

It is useful for implementing anything where there is a calling interface/surface with a bunch of verbs that can take parameters.

Which is pretty much everything in programming.

Which is why it's (also) useful in API dev.