momentohq / client-sdk-rust

Official Rust SDK for Momento Serverless Cache
Apache License 2.0
12 stars 4 forks source link

chore: adjust agent header value per spec #375

Closed malandis closed 3 months ago

malandis commented 3 months ago

Adjust agent header value to be colon delimited and to supply the service name. Verified the header is sent only once.

As far as the runtime-version header goes, this does not make as much sense for rust. Rust is a compiled language and does not have an associated runtime (as in golang). If we do we want to include something here, we could include the rust compiler version, though we believe that would be uncommon.