Boost.URL Title Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix | :-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ | [`master`](https://github.com/CPPAlliance/url/tree/master) | [![Build Status](https://travis-ci.org/CPPAlliance/url.svg?branch=master)](https://travis-ci.org/CPPAlliance/url) | [![Build status](https://ci.appveyor.com/api/projects/status/aewl3yuwn7skl5sr?svg=true&branch=master)](https://ci.appveyor.com/project/vinniefalco/cppalliance-url/branch/master) | [![Build Status](https://img.shields.io/azure-devops/build/vinniefalco/67375b5f-3402-44a3-a4ee-d5e856f94690/7/master)](https://vinniefalco.visualstudio.com/url/_build/latest?definitionId=7&branchName=master) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/master/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](http://vinniefalco.github.com/doc/url/index.html) | [![Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/url.html) [`develop`](https://github.com/CPPAlliance/url/tree/develop) | [![Build Status](https://travis-ci.org/CPPAlliance/url.svg?branch=develop)](https://travis-ci.org/CPPAlliance/url) | [![Build status](https://ci.appveyor.com/api/projects/status/aewl3yuwn7skl5sr?svg=true&branch=develop)](https://ci.appveyor.com/project/vinniefalco/cppalliance-url/branch/develop) | [![Build Status](https://img.shields.io/azure-devops/build/vinniefalco/67375b5f-3402-44a3-a4ee-d5e856f94690/7/develop)](https://vinniefalco.visualstudio.com/url/_build/latest?definitionId=7&branchName=develop) | [![codecov](https://codecov.io/gh/CPPAlliance/url/branch/develop/graph/badge.svg)](https://codecov.io/gh/CPPAlliance/url/branch/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](http://vinniefalco.github.com/doc/url/index.html) | [![Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/url.html) # Boost.URL ## This is currently **NOT** an official Boost library. ## Introduction ## Motivation ## Design Goals ## CMake cmake -G "Visual Studio 16 2019" -A Win32 -B bin -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake cmake -G "Visual Studio 16 2019" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake ## License Distributed under the Boost Software License, Version 1.0. (See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at https://www.boost.org/LICENSE_1_0.txt)