crow
crow copied to clipboard
Use case as rest client
Do you support a use case where crow may be used as REST client? Just send request and parse response.
Crow was definitely not made with that in mind, I don't believe it supports sending a request. so you're probably going to be only using request and response as data structures and building your own request sending code if you choose to go that way