Class GeneralHttp
java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
org.opengis.cite.ogcapifeatures10.conformance.core.general.GeneralHttp
A.2.1. General Tests
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
requestLoggingFilter, responseLoggingFilter, rootUri -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
clearMessages, getRequest, getResponse, init, initCommonFixture
-
Constructor Details
-
GeneralHttp
public GeneralHttp()
-
-
Method Details
-
http
public void http()A.2.1.1. HTTP Abstract Test 1: /ats/core/http Test Purpose: Validate that the resource paths advertised through the API conform with HTTP 1.1 and, where appropriate, TLS. Requirement: /req/core/http Test Method: 1. All compliance tests shall be configured to use the HTTP 1.1 protocol exclusively. 2. For APIs which support HTTPS, all compliance tests shall be configured to use HTTP over TLS (RFC 2818) with their HTTP 1.1 protocol. (untested)
-