diff --git a/library/network/http_client/http_client-safe.ecf b/library/network/http_client/http_client-safe.ecf
index de09e308..d69c9884 100644
--- a/library/network/http_client/http_client-safe.ecf
+++ b/library/network/http_client/http_client-safe.ecf
@@ -18,12 +18,17 @@
+
+
+
+
+
@@ -37,18 +42,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/library/network/http_client/http_client.ecf b/library/network/http_client/http_client.ecf
index fae451fe..7010008d 100644
--- a/library/network/http_client/http_client.ecf
+++ b/library/network/http_client/http_client.ecf
@@ -18,12 +18,17 @@
+
+
+
+
+
@@ -37,18 +42,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/library/network/http_client/net_http_client-safe.ecf b/library/network/http_client/net_http_client-safe.ecf
index 30e47099..e50ac5a0 100644
--- a/library/network/http_client/net_http_client-safe.ecf
+++ b/library/network/http_client/net_http_client-safe.ecf
@@ -27,20 +27,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/library/network/http_client/net_http_client.ecf b/library/network/http_client/net_http_client.ecf
index 2ee39ea7..75ab7574 100644
--- a/library/network/http_client/net_http_client.ecf
+++ b/library/network/http_client/net_http_client.ecf
@@ -27,20 +27,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/library/network/http_client/src/spec/net/net_http_client_session.e b/library/network/http_client/src/spec/net/net_http_client_session.e
index a5a6349a..e3269fc1 100644
--- a/library/network/http_client/src/spec/net/net_http_client_session.e
+++ b/library/network/http_client/src/spec/net/net_http_client_session.e
@@ -14,7 +14,7 @@ inherit
close
end
- NET_HTTP_CLIENT_INFO
+ HTTP_SECURE_HELPER
create
make
@@ -32,7 +32,7 @@ feature -- Status report
do
Result := True
if base_url.starts_with_general ("https://") then
- Result := has_https_support
+ Result := is_secure_connection_supported
end
end
@@ -172,7 +172,7 @@ feature {NONE} -- Implementation
end
note
- copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
+ copyright: "2011-2016, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
diff --git a/library/network/http_client/src/spec/net/no_ssl/net_http_client_info.e b/library/network/http_client/src/spec/net/no_ssl/net_http_client_info.e
deleted file mode 100644
index 47517b32..00000000
--- a/library/network/http_client/src/spec/net/no_ssl/net_http_client_info.e
+++ /dev/null
@@ -1,24 +0,0 @@
-note
- description: "Additional information related to NET HTTP Client.."
- date: "$Date$"
- revision: "$Revision$"
-
-class
- NET_HTTP_CLIENT_INFO
-
-feature -- Access
-
- has_https_support: BOOLEAN = False
- -- Is HTTPS supported?
-
-note
- copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
- license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
- source: "[
- Eiffel Software
- 5949 Hollister Ave., Goleta, CA 93117 USA
- Telephone 805-685-1006, Fax 805-685-6869
- Website http://www.eiffel.com
- Customer support http://support.eiffel.com
- ]"
-end
diff --git a/library/network/http_client/src/spec/net/ssl/net_http_client_info.e b/library/network/http_client/src/spec/net/ssl/net_http_client_info.e
deleted file mode 100644
index 0648f04d..00000000
--- a/library/network/http_client/src/spec/net/ssl/net_http_client_info.e
+++ /dev/null
@@ -1,24 +0,0 @@
-note
- description: "Additional information related to NET HTTP Client.."
- date: "$Date$"
- revision: "$Revision$"
-
-class
- NET_HTTP_CLIENT_INFO
-
-feature -- Access
-
- has_https_support: BOOLEAN = True
- -- Is HTTPS supported?
-
-note
- copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
- license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
- source: "[
- Eiffel Software
- 5949 Hollister Ave., Goleta, CA 93117 USA
- Telephone 805-685-1006, Fax 805-685-6869
- Website http://www.eiffel.com
- Customer support http://support.eiffel.com
- ]"
-end