tomnomnom / rawhttp

A Go library for making HTTP requests with complete control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There's no helpers for creating query strings or x-www-form-urlencoded data

tomnomnom opened this issue · comments

Query strings and form data must be written manually at the moment. It would be nice if there was a way to make one from a map[string]string.