module
NoirTechs::Catalog::Mobile
Overview
NoirTechs catalog entry: well_known_applinks.
One file per technology; NoirTechs::TECHS in src/techs/techs.cr is
macro-derived from every constant under NoirTechs::Catalog.
Defined in:
techs/catalog/mobile/android.crtechs/catalog/mobile/ios.cr
techs/catalog/mobile/well_known.cr
Constant Summary
-
ANDROID =
{:android => {:format => ["XML"], :similar => ["android", "android-manifest", "androidmanifest", "android_manifest"], :supported => {:endpoint => true, :method => false, :params => {:query => true, :path => true, :body => false, :header => false, :cookie => false}}, :context => {:callee => true, :guards => true}}} -
IOS =
{:ios => {:format => ["PLIST"], :similar => ["ios", "info-plist", "infoplist", "info_plist", "entitlements"], :supported => {:endpoint => true, :method => false, :params => {:query => false, :path => false, :body => false, :header => false, :cookie => false}}, :context => {:callee => true, :guards => true}}} -
WELL_KNOWN =
{:well_known_applinks => {:format => ["JSON"], :similar => ["well_known_applinks", "assetlinks", "apple-app-site-association", "aasa", "applinks"], :supported => {:endpoint => true, :method => false, :params => {:query => true, :path => false, :body => false, :header => false, :cookie => false}}}}