README.md
1# expo-structured-headers
2
3Java and Objective-C (partial) implementations of https://httpwg.org/specs/rfc8941.html.
4
5The Objective-C implementation only includes the parsing component and does not include serialization. It also ignores ordering of dictionaries.
6
7The 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.
8
9## API documentation
10
11## Installation in managed Expo projects
12
13## Installation in bare React Native projects
14
15## Contributing
16
17Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
18