-
Declaration
Swift
func registerRoutes(_ app: Application) throws
-
fezRootPageHandler(_:
Asynchronous) Declaration
Swift
func fezRootPageHandler(_ req: Request) async throws -> View
-
fezFAQHandler(_:
Asynchronous) Declaration
Swift
func fezFAQHandler(_ req: Request) async throws -> View
-
joinedFezPageHandler(_:
Asynchronous) Declaration
Swift
func joinedFezPageHandler(_ req: Request) async throws -> View
-
ownedFezPageHandler(_:
Asynchronous) Declaration
Swift
func ownedFezPageHandler(_ req: Request) async throws -> View
-
fezCreatePageHandler(_:
Asynchronous) Declaration
Swift
func fezCreatePageHandler(_ req: Request) async throws -> View
-
fezUpdatePageHandler(_:
Asynchronous) Declaration
Swift
func fezUpdatePageHandler(_ req: Request) async throws -> View
-
fezCreateOrUpdatePostHandler(_:
Asynchronous) Declaration
Swift
func fezCreateOrUpdatePostHandler(_ req: Request) async throws -> HTTPStatus
-
singleFezPageHandler(_:
Asynchronous) Declaration
Swift
func singleFezPageHandler(_ req: Request) async throws -> View
-
shouldCreateFezSocket(_:
Asynchronous) Declaration
Swift
func shouldCreateFezSocket(_ req: Request) async throws -> HTTPHeaders?
-
createFezSocket(_:
Asynchronous_: ) Declaration
Swift
func createFezSocket(_ req: Request, _ ws: WebSocket) async
-
fezThreadPostHandler(_:
Asynchronous) Declaration
Swift
func fezThreadPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezPostDeleteHandler(_:
Asynchronous) Declaration
Swift
func fezPostDeleteHandler(_ req: Request) async throws -> HTTPStatus
-
fezJoinPostHandler(_:
Asynchronous) Declaration
Swift
func fezJoinPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezLeavePostHandler(_:
Asynchronous) Declaration
Swift
func fezLeavePostHandler(_ req: Request) async throws -> HTTPStatus
-
fezCancelPostHandler(_:
Asynchronous) Declaration
Swift
func fezCancelPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezMembersPageHandler(_:
Asynchronous) Declaration
Swift
func fezMembersPageHandler(_ req: Request) async throws -> View
-
fezAddUserPostHandler(_:
Asynchronous) Declaration
Swift
func fezAddUserPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezRemoveUserPostHandler(_:
Asynchronous) Declaration
Swift
func fezRemoveUserPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezReportPageHandler(_:
Asynchronous) Declaration
Swift
func fezReportPageHandler(_ req: Request) async throws -> View
-
fezReportPostHandler(_:
Asynchronous) Declaration
Swift
func fezReportPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezPostReportPageHandler(_:
Asynchronous) Declaration
Swift
func fezPostReportPageHandler(_ req: Request) async throws -> View
-
fezPostReportPostHandler(_:
Asynchronous) Declaration
Swift
func fezPostReportPostHandler(_ req: Request) async throws -> HTTPStatus
-
fezDeleteHandler(_:
Asynchronous) Declaration
Swift
func fezDeleteHandler(_ req: Request) async throws -> HTTPStatus