2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-13 00:42:15 +00:00

Port beast uri

This commit is contained in:
Vinnie Falco
2019-11-27 08:07:15 -08:00
parent 84a36f7800
commit ab84af954f
47 changed files with 4738 additions and 1 deletions

12
src/src.cpp Normal file
View File

@@ -0,0 +1,12 @@
//
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/vinniefalco/uri
//
#ifndef BOOST_URI_HEADER_ONLY
#include <boost/uri/src.hpp>
#endif