Fotkurz / http-client

Project of lightweight, optimized http client for low-end pc builds.
0 stars 0 forks source link

Request path parameters from template strings #9

Open Fotkurz opened 12 months ago

Fotkurz commented 12 months ago

We should be able to send requests like:

https://example/:pathParameter/stuff

Where the :pathParameter is replaced by a value defined in some other input field.