Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cpp-netlib URI

License

NotificationsYou must be signed in to change notification settings

cpp-netlib/uri

Repository files navigation

Deprecation warning

This library is still missing some features (including full Unicodesupport), and does not work on some of the newest compiler versions.Therefore, please prefer to use theWhatWG URL implementation thatis intended to supersede this library.

C++ Network URI

https://travis-ci.org/cpp-netlib/uri.png?branch=masterhttps://ci.appveyor.com/api/projects/status/rjt0nbbtdhsjdjv4?svg=true

This project contains the source code that was originally meant totrack the proposal for a C++ URI athttp://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3975.html

This package provides:

  • Anetwork::uri class that implements a generic URI parser,compatible withRFC 3986 andRFC 3987
  • Accessors to the underlying URI parts
  • A range-compatible interface
  • Methods to normalize and compare URIs
  • Percent encoding and decoding functions
  • A URI builder to build consistent URIs from parts, includingcase, percent encoding and path normalization

Building the project

Building withCMake

$ mkdir _build$ cd _build$ cmake ..$ make -j4

Running the tests withCTest

$ ctest

License

This library is released under the Boost Software License (please seehttp://boost.org/LICENSE_1_0.txt or the accompanying LICENSE_1_0.txtfile for the full text.

Contact

Any questions about this library can be addressed to the cpp-netlibdevelopers mailing list. Issues can be filed using Github athttp://github.com/cpp-netlib/uri/issues.

About

cpp-netlib URI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors22


[8]ページ先頭

©2009-2025 Movatter.jp