Vatavuk / verano-http

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

Map<String, String> interface is too verbose #9

Closed Vatavuk closed 5 years ago

Vatavuk commented 5 years ago

Let's create our own Dict interface that will act as Map<String, String> but will be immutable and less verbose