Refs #31949 -- Allow Async `http` view decorators

This PR allows http view decorators to apply to both sync and async view functions.

I will like some reviews.