Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-structured-headers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
expo-structured-headers
Java and Objective-C (partial) implementations of https://httpwg.org/specs/rfc8941.html.
The Objective-C implementation only includes the parsing component and does not include serialization. It also ignores ordering of dictionaries.
The Java implementation is a derivative of https://github.com/reschke/structured-fields, modified for Android API level 21 compatibility and with the package name in each source file changed.
API documentation
Installation in managed Expo projects
Installation in bare React Native projects
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.