Fastly Compute C++ SDK
Loading...
Searching...
No Matches
http.h
Go to the documentation of this file.
1#ifndef FASTLY_HTTP_HTTP_H
2#define FASTLY_HTTP_HTTP_H
3
4#include <fastly/sdk-sys.h>
5
6namespace fastly::http {
7using fastly::sys::http::Method;
8using fastly::sys::http::Version;
9} // namespace fastly::http
10
11#endif
Definition backend.h:13