momentohq / client-sdk-rust

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

chore: send sentinel value for `runtime-version` header #381

Closed malandis closed 4 months ago

malandis commented 4 months ago

Because rust does not have a runtime, we send a sentinel value rust for the header so that the server metrics at least have a stub value.

Also simplifies header creation and insertion with utility functions. This reduces code duplication.