Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Http::DeleteMethod Struct Reference

#include <DeleteMethod.hpp>

Static Public Member Functions

static constexpr std::string_view MethodName ()
 
static constexpr bool IsSafe ()
 
static constexpr bool IsIdempotent ()
 
static WebResultOper ValidateRequest (string_view body, const Url &, const Headers &)
 
static WebResultOper ValidateResponse (StatusCodeEnum statusCode, string_view body, const Url &, const Headers &)
 

Member Function Documentation

◆ IsIdempotent()

static constexpr bool Thoth::Http::DeleteMethod::IsIdempotent ( )
inlinestaticconstexpr

◆ IsSafe()

static constexpr bool Thoth::Http::DeleteMethod::IsSafe ( )
inlinestaticconstexpr

◆ MethodName()

static constexpr std::string_view Thoth::Http::DeleteMethod::MethodName ( )
inlinestaticconstexpr

◆ ValidateRequest()

static WebResultOper Thoth::Http::DeleteMethod::ValidateRequest ( string_view  body,
const Url ,
const Headers  
)
inlinestatic

◆ ValidateResponse()

static WebResultOper Thoth::Http::DeleteMethod::ValidateResponse ( StatusCodeEnum  statusCode,
string_view  body,
const Url ,
const Headers  
)
inlinestatic

The documentation for this struct was generated from the following file: