Module: index

The main worker module for handling calls to the cloudflare worker api.

Source:

Methods

(static) fetch(request, env)

Respond to http requests from davelongwebstudio.com

Parameters:
Name Type Description
request Request

The request object

env Object

The env parameter contains the bindings assigned to the worker. Bindings are used for interacting with the cloudflare KV database and sending email.

Source: