CORS

object CORS
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], G[_]](http: Http[F, G], config: CORSConfig)(implicit F: Applicative[F]): Http[F, G]

CORS middleware This middleware provides clients with CORS information based on information in CORS config. Currently, you cannot make permissions depend on request details

CORS middleware This middleware provides clients with CORS information based on information in CORS config. Currently, you cannot make permissions depend on request details

def httpApp[F[_]](httpApp: HttpApp[F])(implicit evidence$2: Applicative[F]): HttpApp[F]
def httpRoutes[F[_]](httpRoutes: HttpRoutes[F])(implicit evidence$1: Monad[F]): HttpRoutes[F]

Concrete fields