- 
                  
                  Empty stub register fn; Twarrt stream has been decomissioned. DeclarationSwift func registerRoutes(_ app: Application) throws
- 
                  
                  Required. Registers routes to the incoming router. DeclarationSwift func DISABLED_registerRoutes(_ app: Application) throws
- 
                  tweetsPageHandler(_:Asynchronous) GET /tweetsReturns a page of twarrts. Passes URL options through, including “?search=” option. DeclarationSwift func tweetsPageHandler(_ req: Request) async throws -> View
- 
                  tweetReplyPageHandler(_:Asynchronous) GET /tweets/:twarrt_IDShorthand for /tweets?replyGroup=<:twarrt_ID>. A short, canonical way to indicate a single twarrt, similar to how Twitter works. That is, when you send someone a link to a specific tweet with Twitter, you’re really sending a link to the reply thread that starts with that tweet.DeclarationSwift func tweetReplyPageHandler(_ req: Request) async throws -> View
- 
                  tweetGetDetailHandler(_:Asynchronous) DeclarationSwift func tweetGetDetailHandler(_ req: Request) async throws -> TwarrtDetailData
- 
                  tweetLikeActionHandler(_:Asynchronous) DeclarationSwift func tweetLikeActionHandler(_ req: Request) async throws -> TwarrtData
- 
                  tweetLaughActionHandler(_:Asynchronous) DeclarationSwift func tweetLaughActionHandler(_ req: Request) async throws -> TwarrtData
- 
                  tweetLoveActionHandler(_:Asynchronous) DeclarationSwift func tweetLoveActionHandler(_ req: Request) async throws -> TwarrtData
- 
                  tweetUnreactActionHandler(_:Asynchronous) DeclarationSwift func tweetUnreactActionHandler(_ req: Request) async throws -> TwarrtData
- 
                  tweetPostReactionHandler(_:AsynchronousreactionType: ) DeclarationSwift func tweetPostReactionHandler(_ req: Request, reactionType: String) async throws -> TwarrtData
- 
                  tweetBookmarkActionHandler(_:Asynchronous) DeclarationSwift func tweetBookmarkActionHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetUnBookmarkActionHandler(_:Asynchronous) DeclarationSwift func tweetUnBookmarkActionHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetPostDeleteHandler(_:Asynchronous) DeclarationSwift func tweetPostDeleteHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetCreatePostHandler(_:Asynchronous) DeclarationSwift func tweetCreatePostHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetReplyPostHandler(_:Asynchronous) DeclarationSwift func tweetReplyPostHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetEditPageHandler(_:Asynchronous) DeclarationSwift func tweetEditPageHandler(_ req: Request) async throws -> View
- 
                  tweetEditPostHandler(_:Asynchronous) DeclarationSwift func tweetEditPostHandler(_ req: Request) async throws -> HTTPStatus
- 
                  tweetReportPageHandler(_:Asynchronous) DeclarationSwift func tweetReportPageHandler(_ req: Request) async throws -> View
- 
                  tweetReportPostHandler(_:Asynchronous) DeclarationSwift func tweetReportPostHandler(_ req: Request) async throws -> HTTPStatus
 View on GitHub
            View on GitHub
           SiteTwitarrController Structure Reference
      SiteTwitarrController Structure Reference