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
When I submit an action that returns a 201 http code, I often need to follow the Location header to retrieve the new state.
Don't you think it would be nice, to add a submitFollow() method on Action ?
Hello,
When I submit an action that returns a 201 http code, I often need to follow the
Location
header to retrieve the new state.Don't you think it would be nice, to add a
submitFollow()
method onAction
?So I could write :
The text was updated successfully, but these errors were encountered: