Copyright © 2020 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
moved_temporarily/1 | Do not let the browser remember this redirect; use a temporary redirect. |
previously_existed/1 | |
resource_exists/1 | Force a redirect by stating that the resource moved to a new location. |
service_available/1 |
moved_temporarily(Context::z:context()) -> {{true, binary()}, z:context()}
Do not let the browser remember this redirect; use a temporary redirect.
previously_existed(Context::z:context()) -> {boolean(), z:context()}
resource_exists(Context::z:context()) -> {boolean(), z:context()}
Force a redirect by stating that the resource moved to a new location.
service_available(Context) -> any()
Generated by EDoc