Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Env.hpp File Reference
#include <string>
#include <optional>
Include dependency graph for Env.hpp:

Go to the source code of this file.

Namespaces

namespace  Thoth
 
namespace  Thoth::Utils
 

Functions

std::optional< const std::string_view > Thoth::Utils::Env (std::string_view envkey)
 Get variables from the ".env" file. Supports command execution and multiline.
 
std::optional< const std::u8string_view > Thoth::Utils::Utf8Env (std::string_view envkey)
 Get variables from the ".env" file. Supports command execution and multiline.