text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_WRITE_HPP
#define BOOST_BEAST_HTTP_WRITE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/buffers_cat.hpp>
#include <boost/beast/core/buffers_suffix.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/write.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,222 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_RFC7230_HPP
#define BOOST_BEAST_HTTP_RFC7230_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/detail/rfc7230.hpp>
#include <boost/beast/http/detail/basic_parsed_li... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/rfc7230.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,075 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_BASIC_PARSER_HPP
#define BOOST_BEAST_HTTP_BASIC_PARSER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/string.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/basic_parser.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,620 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_BASIC_FILE_BODY_HPP
#define BOOST_BEAST_HTTP_BASIC_FILE_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/file_base.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/basic_file_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,270 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_FILE_BODY_HPP
#define BOOST_BEAST_HTTP_FILE_BODY_HPP
#include <boost/beast/core/file.hpp>
#include <boost/beast/http/basic_file_body.hpp>
#include <boost/assert.hpp>
#include <boost/optional.... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/file_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 155 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_SERIALIZER_HPP
#define BOOST_BEAST_HTTP_SERIALIZER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/buffers_cat.hpp>
#include <boost/beast/core/buffers_prefix.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/serializer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,689 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_CHUNK_ENCODE_HPP
#define BOOST_BEAST_HTTP_CHUNK_ENCODE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/buffers_cat.hpp>
#include <boost/beast/core/string.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/chunk_encode.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,584 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_FIELDS_IPP
#define BOOST_BEAST_HTTP_IMPL_FIELDS_IPP
#include <boost/beast/core/buffers_cat.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/static_string.hpp>
#incl... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/fields.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 7,291 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_BASIC_PARSER_IPP
#define BOOST_BEAST_HTTP_IMPL_BASIC_PARSER_IPP
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/core/detai... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/basic_parser.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,248 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_MESSAGE_IPP
#define BOOST_BEAST_HTTP_IMPL_MESSAGE_IPP
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/assert.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/message.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,469 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_CHUNK_ENCODE_IPP
#define BOOST_BEAST_HTTP_IMPL_CHUNK_ENCODE_IPP
#include <boost/beast/core/detail/varint.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/detail/rfc7... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/chunk_encode.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,888 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_FIELD_IPP
#define BOOST_BEAST_HTTP_IMPL_FIELD_IPP
#include <boost/beast/core/string.hpp>
#include <algorithm>
#include <array>
#include <unordered_map>
#include <vector>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/field.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,260 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_SERIALIZER_IPP
#define BOOST_BEAST_HTTP_IMPL_SERIALIZER_IPP
#include <boost/beast/core/detail/buffers_ref.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/status.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/serializer.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,496 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_ERROR_IPP
#define BOOST_BEAST_HTTP_IMPL_ERROR_IPP
#include <type_traits>
namespace boost {
namespace system {
template<>
struct is_error_code_enum<beast::http::error>
{
static bool... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/error.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 661 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_STATUS_IPP
#define BOOST_BEAST_HTTP_IMPL_STATUS_IPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/throw_exception.hpp>
namespace boost {
namespace beast {
namespace http... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/status.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,851 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_RFC7230_IPP
#define BOOST_BEAST_HTTP_IMPL_RFC7230_IPP
#include <boost/beast/http/detail/rfc7230.hpp>
#include <iterator>
namespace boost {
namespace beast {
namespace http {
class para... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/rfc7230.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,457 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_VERB_IPP
#define BOOST_BEAST_HTTP_IMPL_VERB_IPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/throw_exception.hpp>
#include <stdexcept>
namespace boost {
namespace beast... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/verb.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,710 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_PARSER_IPP
#define BOOST_BEAST_HTTP_IMPL_PARSER_IPP
#include <boost/throw_exception.hpp>
#include <stdexcept>
namespace boost {
namespace beast {
namespace http {
template<bool isReque... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/parser.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 310 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_WRITE_IPP
#define BOOST_BEAST_HTTP_IMPL_WRITE_IPP
#include <boost/beast/http/type_traits.hpp>
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/ostream.hpp>
#includ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/write.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,171 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_FILE_BODY_WIN32_IPP
#define BOOST_BEAST_HTTP_IMPL_FILE_BODY_WIN32_IPP
#if BOOST_BEAST_USE_WIN32_FILE
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/type_traits.... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/file_body_win32.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,343 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_IMPL_READ_IPP_HPP
#define BOOST_BEAST_HTTP_IMPL_READ_IPP_HPP
#include <boost/beast/http/type_traits.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/parser.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/impl/read.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,974 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DETAIL_TYPE_TRAITS_HPP
#define BOOST_BEAST_HTTP_DETAIL_TYPE_TRAITS_HPP
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/optional.hpp>
#include <cstdint>
namespace boost {
n... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/detail/type_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,527 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DETAIL_RFC7230_HPP
#define BOOST_BEAST_HTTP_DETAIL_RFC7230_HPP
#include <boost/beast/core/string.hpp>
#include <iterator>
#include <utility>
namespace boost {
namespace beast {
namespace htt... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/detail/rfc7230.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 8,199 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DETAIL_BASIC_PARSER_HPP
#define BOOST_BEAST_HTTP_DETAIL_BASIC_PARSER_HPP
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/detail/basic_parser.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 6,573 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DETAIL_BASIC_PARSED_LIST_HPP
#define BOOST_BEAST_HTTP_DETAIL_BASIC_PARSED_LIST_HPP
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/empty_base_optimization.hpp>
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/detail/basic_parsed_list.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 846 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DETAIL_CHUNK_ENCODE_HPP
#define BOOST_BEAST_HTTP_DETAIL_CHUNK_ENCODE_HPP
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/http/type_traits.hpp>
#include <boost/asio/buffer.hp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/detail/chunk_encode.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,131 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ZLIB_ERROR_HPP
#define BOOST_BEAST_ZLIB_ERROR_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
namespace boost {
namespace beast {
namespace zlib {
// This... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/error.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 763 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ZLIB_ZLIB_HPP
#define BOOST_BEAST_ZLIB_ZLIB_HPP
#include <boost/beast/core/detail/config.hpp>
#include <cstdint>
#include <cstdlib>
// This is a derivative work based on Zlib, copyright below:
/*... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/zlib.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,086 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ZLIB_INFLATE_STREAM_HPP
#define BOOST_BEAST_ZLIB_INFLATE_STREAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/zlib/detail/inflate_stream.hpp>
// This is a derivative wor... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/inflate_stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,297 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/impl/error.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 867 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/detail/ranges.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 579 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ZLIB_DEFLATE_STREAM_HPP
#define BOOST_BEAST_ZLIB_DEFLATE_STREAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/zlib/error.hpp>
#include <boost/beast/zlib/zlib.hpp>
#includ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/deflate_stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,498 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/detail/window.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,015 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/detail/bitstream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,152 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/detail/inflate_stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 10,744 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_TEARDOWN_HPP
#define BOOST_BEAST_WEBSOCKET_TEARDOWN_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/websocket/role.hpp>
#inc... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/teardown.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,220 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_ERROR_HPP
#define BOOST_BEAST_WEBSOCKET_ERROR_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
namespace boost {
namespace beast {
namespace webso... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/error.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 181 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_ROLE_HPP
#define BOOST_BEAST_WEBSOCKET_ROLE_HPP
#include <boost/beast/core/detail/config.hpp>
namespace boost {
namespace beast {
namespace websocket {
/** The role of the websocket st... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/role.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 355 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
// This is a derivative work based on Zlib, copyright below:
/*
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
aris... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib/detail/deflate_stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 24,147 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_OPTION_HPP
#define BOOST_BEAST_WEBSOCKET_OPTION_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/core/detail/type_trai... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/option.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 405 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_RFC6455_HPP
#define BOOST_BEAST_WEBSOCKET_RFC6455_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/string.hpp>
#... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/rfc6455.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,414 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_SSL_HPP
#define BOOST_BEAST_WEBSOCKET_SSL_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/websocket/teardown.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/ssl.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 576 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_HANDSHAKE_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_HANDSHAKE_IPP
#include <boost/beast/websocket/detail/type_traits.hpp>
#include <boost/beast/http/empty_body.hpp>
#include <boost/bea... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/handshake.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,519 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_SSL_IPP_INCLUDED
#define BOOST_BEAST_WEBSOCKET_IMPL_SSL_IPP_INCLUDED
#include <utility>
namespace boost {
namespace beast {
namespace websocket {
/*
See
path_to_url#32054476
Beh... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/ssl.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 246 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_CLOSE_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_CLOSE_IPP
#include <boost/beast/websocket/teardown.hpp>
#include <boost/beast/core/handler_ptr.hpp>
#include <boost/beast/core/flat_stat... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/close.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,000 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_RFC6455_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_RFC6455_IPP
#include <boost/beast/http/fields.hpp>
#include <boost/beast/http/rfc7230.hpp>
namespace boost {
namespace beast {
namesp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/rfc6455.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 205 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_ERROR_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_ERROR_IPP
namespace boost {
namespace system {
template<>
struct is_error_code_enum<beast::websocket::error>
{
static bool const va... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/error.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 431 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_STREAM_HPP
#define BOOST_BEAST_WEBSOCKET_STREAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/websocket/error.hpp>
#include <boost/beast/websocket/option.hpp>
#... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 26,698 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_PING_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_PING_IPP
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/handler_ptr.hpp>
#include <boost/beast/core/type_traits.... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/ping.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,613 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_TEARDOWN_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_TEARDOWN_IPP
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/asio/associated... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/teardown.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,023 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_WRITE_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_WRITE_IPP
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/buffers_cat.hpp>
#include <boost/beast/core/buffers_pr... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/write.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,438 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_ACCEPT_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_ACCEPT_IPP
#include <boost/beast/websocket/detail/type_traits.hpp>
#include <boost/beast/http/empty_body.hpp>
#include <boost/beast/htt... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/accept.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,630 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_READ_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_READ_IPP
#include <boost/beast/websocket/teardown.hpp>
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/buffers_pr... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/read.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 9,082 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_MASK_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_MASK_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/asio/buffer.hpp>
#include <array>
#include <climits>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/mask.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,728 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_IMPL_STREAM_IPP
#define BOOST_BEAST_WEBSOCKET_IMPL_STREAM_IPP
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/teardown.hpp>
#include <boost/beast/websocket/d... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/impl/stream.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,724 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_TYPE_TRAITS_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_TYPE_TRAITS_HPP
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
namespace boo... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/type_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 165 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_FRAME_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_FRAME_HPP
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/detail/utf8_checker.hpp>
#include <boost/beas... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/frame.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,036 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_PAUSATION_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_PAUSATION_HPP
#include <boost/beast/core/handler_ptr.hpp>
#include <boost/asio/associated_allocator.hpp>
#include <boost/asio/co... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/pausation.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,123 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_HYBI13_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_HYBI13_HPP
#include <boost/beast/core/static_string.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/hybi13.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 536 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_PMD_EXTENSION_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_PMD_EXTENSION_HPP
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/buffers_suffix.hpp>
#include <boost/beast... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/pmd_extension.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,666 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BIND_HANDLER_HPP
#define BOOST_BEAST_BIND_HANDLER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/core/detail/bind_handler.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/bind_handler.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 513 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_DETAIL_UTF8_CHECKER_HPP
#define BOOST_BEAST_WEBSOCKET_DETAIL_UTF8_CHECKER_HPP
#include <boost/beast/core/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/assert.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket/detail/utf8_checker.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,267 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_FILE_STDIO_HPP
#define BOOST_BEAST_CORE_FILE_STDIO_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/file_base.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/file_stdio.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 804 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERS_PREFIX_HPP
#define BOOST_BEAST_BUFFERS_PREFIX_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/core/detail/in_place_init.... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffers_prefix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,483 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ERROR_HPP
#define BOOST_BEAST_ERROR_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
namespace boost {
namespace b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/error.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 293 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_READ_SIZE_HELPER_HPP
#define BOOST_BEAST_READ_SIZE_HELPER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/throw_exception.hpp>
namesp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/read_size.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 393 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERS_CAT_HPP
#define BOOST_BEAST_BUFFERS_CAT_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <tuple>
namespace boost {
namespace b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffers_cat.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 750 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_TYPE_TRAITS_HPP
#define BOOST_BEAST_TYPE_TRAITS_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/file_base.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#incl... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/type_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,325 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERED_READ_STREAM_HPP
#define BOOST_BEAST_BUFFERED_READ_STREAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/multi_buffer.hp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffered_read_stream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,524 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WRITE_OSTREAM_HPP
#define BOOST_BEAST_WRITE_OSTREAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/core/detail/ostream.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/ostream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 665 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERS_ADAPTER_HPP
#define BOOST_BEAST_BUFFERS_ADAPTER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <typ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffers_adapter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,034 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_FILE_HPP
#define BOOST_BEAST_CORE_FILE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/file_base.hpp>
#include <boost/beast/core/file_posix.hpp>
#include <boost/b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/file.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 210 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_STATIC_STRING_HPP
#define BOOST_BEAST_STATIC_STRING_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/detail/static_string.hpp>
#i... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/static_string.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 6,325 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_FLAT_BUFFER_HPP
#define BOOST_BEAST_FLAT_BUFFER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/allocator.hpp>
#include <boost/beast/core/detail/empty_base_opti... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/flat_buffer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,862 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_STRING_PARAM_HPP
#define BOOST_BEAST_STRING_PARAM_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
#include <boost/beast/core/static_string.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/string_param.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 732 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_MULTI_BUFFER_HPP
#define BOOST_BEAST_MULTI_BUFFER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/allocator.hpp>
#include <boost/beast/core/detail/empty_base_op... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/multi_buffer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,848 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_FILE_WIN32_HPP
#define BOOST_BEAST_CORE_FILE_WIN32_HPP
#include <boost/config.hpp>
#if ! defined(BOOST_BEAST_USE_WIN32_FILE)
# ifdef BOOST_MSVC
# define BOOST_BEAST_USE_WIN32_FILE 1
# else
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/file_win32.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 920 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERS_SUFFIX_HPP
#define BOOST_BEAST_BUFFERS_SUFFIX_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/in_place_init.hpp>
#include <boost/beast/core/detail/type_... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffers_suffix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 931 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_STATIC_BUFFER_HPP
#define BOOST_BEAST_STATIC_BUFFER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/asio/buffer.hpp>
#include <algorithm>
#include <array>
#include <cstddef>
#inc... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/static_buffer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,273 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_STRING_HPP
#define BOOST_BEAST_STRING_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/version.hpp>
#ifndef BOOST_BEAST_NO_BOOST_STRING_VIEW
# if BOOST_VERSION >= 106400
# define... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/string.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 769 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_FLAT_STATIC_BUFFER_HPP
#define BOOST_BEAST_FLAT_STATIC_BUFFER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/asio/buffer.hpp>
#include <algorithm>
#include <cstddef>
#include <c... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/flat_static_buffer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,436 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_FILE_POSIX_HPP
#define BOOST_BEAST_CORE_FILE_POSIX_HPP
#include <boost/config.hpp>
#if ! defined(BOOST_BEAST_NO_POSIX_FILE)
# if ! defined(__APPLE__) && ! defined(__linux__)
# define BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/file_posix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 906 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_SPAN_HPP
#define BOOST_BEAST_CORE_SPAN_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <algorithm>
#include <iterator>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/span.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,110 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_FILE_BASE_HPP
#define BOOST_BEAST_CORE_FILE_BASE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
namespace boost {
namespace beast {
/** File open m... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/file_base.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 404 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_BUFFERS_TO_STRING_HPP
#define BOOST_BEAST_BUFFERS_TO_STRING_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#i... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/buffers_to_string.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 312 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HANDLER_PTR_HPP
#define BOOST_BEAST_HANDLER_PTR_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <atomic>
#include <cstdint>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/handler_ptr.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,276 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_STATIC_BUFFER_IPP
#define BOOST_BEAST_IMPL_STATIC_BUFFER_IPP
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/throw_exception.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/static_buffer.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 817 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_FLAT_STATIC_BUFFER_IPP
#define BOOST_BEAST_IMPL_FLAT_STATIC_BUFFER_IPP
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/throw_exception.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/flat_static_buffer.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 675 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_STATIC_STRING_IPP
#define BOOST_BEAST_IMPL_STATIC_STRING_IPP
#include <boost/beast/core/detail/static_string.hpp>
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/throw_exce... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/static_string.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,039 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_BUFFERED_READ_STREAM_IPP
#define BOOST_BEAST_IMPL_BUFFERED_READ_STREAM_IPP
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/handle... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/buffered_read_stream.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,640 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_HANDLER_PTR_HPP
#define BOOST_BEAST_IMPL_HANDLER_PTR_HPP
#include <boost/asio/associated_allocator.hpp>
#include <boost/assert.hpp>
#include <memory>
namespace boost {
namespace beast {
tem... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/handler_ptr.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 864 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_BUFFERS_PREFIX_IPP
#define BOOST_BEAST_IMPL_BUFFERS_PREFIX_IPP
#include <algorithm>
#include <cstdint>
#include <iterator>
#include <stdexcept>
#include <type_traits>
#include <utility>
name... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/buffers_prefix.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,340 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_BUFFERS_CAT_IPP
#define BOOST_BEAST_IMPL_BUFFERS_CAT_IPP
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/throw_exception.hpp>
#include <arr... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/buffers_cat.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,546 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_IMPL_FILE_STDIO_IPP
#define BOOST_BEAST_CORE_IMPL_FILE_STDIO_IPP
#include <limits>
namespace boost {
namespace beast {
inline
file_stdio::
~file_stdio()
{
if(f_)
fclose(f_);
}
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/file_stdio.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,186 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_READ_SIZE_IPP
#define BOOST_BEAST_IMPL_READ_SIZE_IPP
namespace boost {
namespace beast {
namespace detail {
template<class T, class = void>
struct has_read_size_helper : std::false_type {};... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/read_size.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 438 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_BUFFERS_ADAPTER_IPP
#define BOOST_BEAST_IMPL_BUFFERS_ADAPTER_IPP
#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/asio/buffer.hpp>
#include <boost/throw_exception.hpp>
#incl... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/buffers_adapter.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,877 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_FLAT_BUFFER_HPP
#define BOOST_BEAST_IMPL_FLAT_BUFFER_HPP
#include <boost/assert.hpp>
#include <boost/throw_exception.hpp>
#include <stdexcept>
namespace boost {
namespace beast {
/* Memory... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/flat_buffer.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,508 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_IMPL_STRING_PARAM_IPP
#define BOOST_BEAST_IMPL_STRING_PARAM_IPP
namespace boost {
namespace beast {
template<class T>
typename std::enable_if<
std::is_integral<T>::value>::type
string_param::... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/string_param.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 555 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_IMPL_FILE_POSIX_IPP
#define BOOST_BEAST_CORE_IMPL_FILE_POSIX_IPP
#if ! defined(BOOST_BEAST_NO_POSIX_FADVISE)
# if defined(__APPLE__) || (defined(ANDROID) && (__ANDROID_API__ < 21))
# define ... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/file_posix.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,905 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_IMPL_FILE_WIN32_IPP
#define BOOST_BEAST_CORE_IMPL_FILE_WIN32_IPP
#include <boost/winapi/access_rights.hpp>
#include <boost/winapi/error_codes.hpp>
#include <boost/winapi/file_management.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core/impl/file_win32.ipp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,491 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.