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

Appearance settings

returnzero23/uritemplate-cpp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URI Template C++

This is a C++ implementation of RFC6570 - URI Template, and can expand templates up to and including Level 4 in that specification.

Usage

#include "uritemplate.hpp"

using UriTemplate = uritemplatecpp::UriTemplate;

int main(){
	UriTemplate uri("{hello}");
	uri.set("hello","world");
	assert(uri.build() == "world");
	return 0;
}

License

Copyright (c) 2018 ReturnZer0

MIT License, see http://mit-license.org/

About

C++ implementation of URI Template

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.