Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RFC6570 uri templates #20

Closed
sckott opened this issue Feb 17, 2018 · 1 comment
Closed

Support RFC6570 uri templates #20

sckott opened this issue Feb 17, 2018 · 1 comment

Comments

@sckott
Copy link
Collaborator

sckott commented Feb 17, 2018

e.g., in ruby

uri_template = Addressable::Template.new "www.example.com/{id}/"
stub_request(:any, uri_template)

Net::HTTP.get('www.example.com', '/webmock/')    # ===> Success
@sckott
Copy link
Collaborator Author

sckott commented Feb 8, 2023

not gonna happen

@sckott sckott closed this as completed Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant