Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::security Namespace Reference

Classes

class  InspectConfig
 Configuration for inspecting a Request using Security. More...
class  InspectError
class  InspectResponse
 Results of asking Security to inspect a Request More...

Functions

tl::expected< InspectResponse, InspectErrorinspect (fastly::http::Request &request, InspectConfig config)

Function Documentation

◆ inspect()

tl::expected< InspectResponse, InspectError > fastly::security::inspect ( fastly::http::Request & request,
InspectConfig config )

Inspect a Request using the Fastly Next-Gen WAF.

Examples
ngwaf_inspect.cpp.