Hey, thank you for your library!
One thing I couldn't figure out is that when we use request.send() it sends `200 NA` status, vs `200 OK`. I tried to set a `200 OK` with `request.status = '200 OK'` but it started showing `200 OK NA` when I checked with Postman.
Browsers and Postman are ok with that, but not an Arduino http client
