Vatavuk / verano-http

Java HTTP Client in OOP style
MIT License
54 stars 6 forks source link

Kvp lazy loading #18

Closed Vatavuk closed 5 years ago

Vatavuk commented 5 years ago

Let's make Kvp.Template take Scalar<Kvp> in ctor, instead of Kvp, to achieve lazy loading.

Vatavuk commented 5 years ago

N/A