Home
last modified time | relevance | path

Searched defs:MOVED_PERMANENTLY (Results 1 – 6 of 6) sorted by relevance

/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
DHttpStatusCode.java42 public static final int MOVED_PERMANENTLY = 301; field in HttpStatusCode
/external/nist-sip/java/javax/sip/message/
DResponse.java14 int MOVED_PERMANENTLY = 301; field
/external/python/cpython3/Lib/http/
D__init__.py77 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in HTTPStatus
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/route/
Droute_components.proto1158 MOVED_PERMANENTLY = 0; enumerator
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
Droute_components.proto1629 MOVED_PERMANENTLY = 0; enumerator
/external/python/cpython3/Lib/test/
Dtest_httplib.py615 MOVED_PERMANENTLY = (301, 'Moved Permanently', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus