Feature Request: Allow Functions to be Called with GET

Here’s some recommended reading, particularly the sections on idempotent versus nullpotent methods.

The notion of “calling a function” is not super useful here since nullpotent methods like GET can return derived results that may have to be computed. The useful distinction here is the nullpotent methods cannot have side effects and calling them multiple times does not change any state.

1 Like