Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-45,93544,767

ios/H26-Sep-2023-43,61643,354

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20234.4 KiB13167

README.mdH A D26-Sep-2023725 189

package.jsonH A D26-Sep-2023625 2322

unimodule.jsonH A D26-Sep-202375 54

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