Commit Graph

11 Commits

Author SHA1 Message Date
Aaron Lindsay 88e5521348 client.go: remove unused defaultClient var 2018-10-02 20:33:33 -04:00
Aaron Lindsay 1cc508c6d3 Don't export Client's rawRequestCookies method
It is used to fix bad behavior and should not be exposed
2018-10-02 20:20:07 -04:00
Aaron Lindsay fa72af4f6c client: Retry HTTP requests for empty responses with cookies
This works around a particular FI's penchant for JSESSIONID cookies
2017-09-01 08:41:15 -04:00
Aaron Lindsay 0eba6741f2 Make the OFX spec version an 'enum' 2017-04-17 10:54:20 -04:00
Aaron Lindsay f64d19ed8d client: `golint` 2017-04-16 20:38:56 -04:00
Aaron Lindsay cc90da4ed1 s/Id/ID/ 2017-04-12 21:40:42 -04:00
Aaron Lindsay 47f1b82c0b Check HTTPS is always used 2017-04-01 21:33:56 -04:00
Aaron Lindsay 119c01f99b Make setting request fields from Client a Request method
This also makes it possible to call this method for testing without
making an HTTP request.
2017-03-29 08:56:35 -04:00
Aaron Lindsay 753249c16e client: Add RequestNoParse() 2017-03-22 19:56:59 -04:00
Aaron Lindsay bd10b644a9 Improve comments 2017-03-17 21:36:20 -04:00
Aaron Lindsay add6036729 Move client to own file 2017-03-16 19:31:26 -04:00