You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement get_all function to return non-folding set-cookie headers (#597)
* Add `get_all` function. (#423)
* Implement get_all using wasm-bindgen
* Refactor Headers get_all method and improve error handling
- Update HeadersExt trait to return js_sys::Array directly
- Modify Headers::get_all to handle potential invalid values
- Adjust import order in ext.rs for consistency
* Included in glue module along with other modules
0 commit comments