You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Jimin Wu (Jira)" <ji...@apache.org> on 2020/05/20 07:36:00 UTC

[jira] [Created] (SCB-1925) provide a util to convert url to endpoint format

Jimin Wu created SCB-1925:
-----------------------------

             Summary: provide a util to convert url to endpoint format
                 Key: SCB-1925
                 URL: https://issues.apache.org/jira/browse/SCB-1925
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
            Reporter: Jimin Wu
            Assignee: Jimin Wu
             Fix For: java-chassis-2.1.0


[http://xxx|http://xxx/]   -> rest://xxx

[https://xxx|https://xxx/] -> rest://xxx?sslEnabled=true

h2://xxx     -> rest://xxx?protocol=http2

h2c://xxx   -> rest://xxx?sslEnabled=true&protocol=http2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)