wai-extra-0.0.0.1: Provides some basic WAI handlers and middleware.Source codeContentsIndex
Network.Wai.Middleware.Jsonp
Portabilityportable
StabilityUnstable
MaintainerMichael Snoyman <michael@snoyman.com>
Description
Automatic wrapping of JSON responses to convert into JSONP.
Synopsis
jsonp :: Middleware
Documentation
jsonp :: MiddlewareSource

Wrap json responses in a jsonp callback.

Basically, if the user requested a "text/javascript" and supplied a "callback" GET parameter, ask the application for an "application/json" response, then convern that into a JSONP response, having a content type of "text/javascript" and calling the specified callback function.

Produced by Haddock version 2.6.1