ogcapi_types/common/
media_type.rs1pub const COVERAGE_JSON: &str = "application/prs.coverage+json";
5
6pub const GEO_JSON: &str = "application/geo+json";
8
9pub const HTML: &str = "text/html";
11
12pub const JSON: &str = "application/json";
14
15pub const OPEN_API: &str = "application/vnd.oai.openapi;version=3.0";
17
18pub const OPEN_API_JSON: &str = "application/vnd.oai.openapi+json;version=3.0";
20
21pub const OPEN_API_YAML: &str = "application/vnd.oai.openapi+yaml;version=3.0";
23
24pub const MAPBOX_STYLE: &str = "application/vnd.mapbox.style+json";
26
27pub const PNG: &str = "image/png";
29
30pub const PROBLEM_JSON: &str = "application/problem+json";
32
33pub const SLD: &str = "application/vnd.ogc.sld+xml;version=1.0";