FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get_content_type()

fl::optional< fl::string > fl::net::http::Response::get_content_type ( ) const
inline

Get content type convenience method.

Definition at line 107 of file fetch.h.

107 {
108 return get_header("content-type");
109 }
fl::optional< fl::string > get_header(const fl::string &name) const
Get header value (like JavaScript response.headers.get())
Definition fetch.h:98

References get_header().

Referenced by is_json().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: