CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
402 stars 29 forks source link

Add back and redirect helpers. #77

Closed CrowdHailer closed 6 years ago

CrowdHailer commented 6 years ago

The function Raxx.redirect and Raxx.back should exist.

Can be pulled from Tokumei implementation https://github.com/CrowdHailer/Tokumei/blob/6d4d88c0c5e485d79c0fb357f6730f2cf799420b/app/lib/tokumei/helpers.ex

Or sugar https://github.com/sugar-framework/sugar/blob/405256747ce8c446c504e4dc533b24c76d864a5a/lib/sugar/controller/helpers.ex#L253-L259

QUESTION: Does this belong in a Raxx.Browser utility?

CrowdHailer commented 6 years ago

Fixed in PR #96