Fastly Compute C++ SDK
Loading...
Searching...
No Matches
purge.h
Go to the documentation of this file.
1#ifndef FASTLY_HTTP_PURGE_H
2#define FASTLY_HTTP_PURGE_H
3
4#include <fastly/error.h>
5#include <fastly/sdk-sys.h>
6#include <string>
7#include <string_view>
8
10
16fastly::expected<void> purge_surrogate_key(std::string_view surrogate_key);
17
23fastly::expected<void> soft_purge_surrogate_key(std::string_view surrogate_key);
24
25} // namespace fastly::http::purge
26
27#endif
tl::expected< T, FastlyError > expected
Definition error.h:25
Definition purge.h:9
fastly::expected< void > purge_surrogate_key(std::string_view surrogate_key)
fastly::expected< void > soft_purge_surrogate_key(std::string_view surrogate_key)