tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 27 forks source link

Obey the `base_url` response #24

Closed psarna closed 1 year ago

psarna commented 1 year ago

As specified in the spec, a server may return another base URL to be used in subsequent queries. The Rust driver should take that into account for all future queries

psarna commented 1 year ago

fixed