Skip to content

Small http client that executes a request when given a text file with a specific format

Notifications You must be signed in to change notification settings

venelinpetrov/HttpClient

Repository files navigation

HttpClient in Kotlin

Small http client that executes a request when given a text file with the following format:

$cartId = d8c3d96a-577f-4d50-98e1-4252c9a74412
POST http://localhost:8080/carts/{{cartId}}/items
Content-Type: application/json
{
    "productId": 2
}

About

Small http client that executes a request when given a text file with a specific format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages