Today we use a string on the webassembly side for the headers and later in the rust host we break it to properly form the http headers, we should use an object on the wasm side as well to avoid issues with string split
Today we use a string on the webassembly side for the headers and later in the rust host we break it to properly form the http headers, we should use an object on the wasm side as well to avoid issues with string split