Tyler Southwick
Tyler Southwick
This moves ffi support into its own crate (with some different dependencies). Rename exported function names to have a `cfn_guard_` prefix. Use C export safe types. *Issue #, if available:*...
*Issue #, if available:* *Description of changes:* Fix unhandled result types (added `?`) and updated function return types that should be returning `Result` type. --- *By submitting this pull request,...
Addresses #181 Allows a constructor or invoke to specify the names of dependencies.
This is an initial pass at getting SNI working, as well as migrating to HttpClientBuilder instead of AbstractHttpClient Addresses - https://github.com/rest-assured/rest-assured/issues/497 - https://github.com/rest-assured/rest-assured/issues/548 This is not backwards compatible.