Skip to content

Make Redirect return an error #137

Closed
@chrisseto

Description

@chrisseto

if Context.Redirect returned an error you could write a handler as:

return c.Redirect(...)

rather than

c.Redirect(...)
return nil

I'd be happy to PR this if you'd like.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions