3 #include "telnetpp/core.hpp"
24 telnetpp::byte_storage name;
27 using requests = gsl::span<request const>;
35 telnetpp::byte_storage name;
36 std::optional<telnetpp::byte_storage> value;
39 using responses = gsl::span<response const>;
An implementation of the Telnet Environment option.
Definition: client.hpp:6
variable_type
An enumeration of the type of variables that NEW_ENVIRON handles.
Definition: protocol.hpp:13
A request that is made of the remote server.
Definition: protocol.hpp:22
A response that is received from the remote server.
Definition: protocol.hpp:33