Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 698 Bytes

File metadata and controls

17 lines (12 loc) · 698 Bytes

cloudflare_dart.model.WorkersRoute

Load the model package

import 'package:cloudflare_dart/api.dart';

Properties

Name Type Description Notes
id String Identifier.
pattern String Pattern to match incoming requests against. Learn more.
script String Name of the script to run if the route matches. [optional]

[Back to Model list] [Back to API list] [Back to README]