TankerHQ / url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).

Home Page:http://vinniefalco.github.io/doc/url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boost.URL

Branch master develop
Azure Build Status Build Status
Docs Documentation Documentation
Drone Build Status Build Status
Matrix --- ---
Fuzzing --- ---
Appveyor Build status Build status
codecov.io codecov codecov

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 or copy at https://www.boost.org/LICENSE_1_0.txt)

About

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).

http://vinniefalco.github.io/doc/url

License:Boost Software License 1.0


Languages

Language:C++ 97.3%Language:CMake 1.8%Language:Shell 1.0%