Telnet++
A C++ library for interacting with Telnet streams
request_parser.hpp
1 #pragma once
2 
3 #include "telnetpp/options/new_environ/client.hpp"
4 #include <vector>
5 
6 namespace telnetpp { namespace options { namespace new_environ {
7  namespace detail {
8 
9 std::vector<request> parse_requests(telnetpp::u8stream const &stream);
10 
11 }}}}
A collection of bytes that models the Standard Library&#39;s Container concept.
Definition: byte_converter.hpp:4