HttpEndpoint
:
- Use client.defineHttpEndpoint() to create an
HttpEndpoint
. - Use onRequest() to create an
HttpTrigger
. This method is shown below.
Creating an HttpEndpoint
Use client.defineHttpEndpoint() to create anHttpEndpoint
.
Methods
onRequest()
You don’t need to provide any options toonRequest()
. But you can provide a filter – if an incoming request matches the filter then the Job will run.