You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something to simplify retrieving values, where wf:q pulls from POST and GET, being able to specify the source explicit without dropping into simple_bridge to do it. This would also warrant all the variations as well: mq_post, mq_get, qs_post, qs_get, etc.
Alternatively, wf_post:q(), and wf_get:q() - I kind of like that more.
The text was updated successfully, but these errors were encountered:
Something to simplify retrieving values, where
wf:q
pulls from POST and GET, being able to specify the source explicit without dropping intosimple_bridge
to do it. This would also warrant all the variations as well: mq_post, mq_get, qs_post, qs_get, etc.Alternatively,
wf_post:q()
, andwf_get:q()
- I kind of like that more.The text was updated successfully, but these errors were encountered: