1.2.3 • Published 5 months ago

@urami/core v1.2.3

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

@urami/core

Server-side for Urami automatic image optimization. Please refer to documentation for more details.

createRequestHandler

A high-order function to ceate a request handler. Options can be specifed, please refer to Configuration page

const handler = createRequestHandler({
  // configuration
})

The handler itself is a function that accepts a Request object and returns a Response object.

export type RequestHandler = (request: Request) => Promise<Response>
1.2.3

5 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago