3.0.15 • Published 8 months ago

@otterhttp/jsonp v3.0.15

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
github
Last release
8 months ago

@otterhttp/jsonp

npm (scoped) npm

JSONP response extension.

Install

pnpm i @otterhttp/jsonp

Example

import { App, extendMiddleware } from '@otterhttp/app'
import { jsonp } from '@otterhttp/jsonp'

new App({
  applyExtensions: (req, res) => {
    extendMiddleware(req, res)
    json(req, res)
  }
})
  .get('/', (req, res) => res.jsonp({ some: 'jsonp' }))
  .listen(3000)
3.0.13

8 months ago

3.0.14

8 months ago

3.0.15

8 months ago

3.0.12

10 months ago

3.0.10

10 months ago

3.0.11

10 months ago

3.0.9

10 months ago

3.0.8

10 months ago

3.0.7

10 months ago

3.0.6

10 months ago

3.0.5

10 months ago

3.0.4

10 months ago

3.0.3

10 months ago

3.0.2

11 months ago

3.0.1

11 months ago

3.0.0

11 months ago