github.com/alibabacloud-go/tea@v1.3.10/internal/darafile/Darafile (about)

     1  {
     2    "scope": "darabonba",
     3    "name": "HttpClient",
     4    "version": "0.0.1",
     5    "main": "./main.dara",
     6    "maintainers": [
     7      {
     8        "name": "Alibaba Cloud SDK",
     9        "email": "sdk-team@alibabacloud.com"
    10      }
    11    ],
    12    "libraries": {
    13    },
    14    "releases": {
    15      "go": "github.com/alibabacloud-go/tea/tea:v1.2.3-0.20240605082020-e6e537a31150"
    16    },
    17    "go": {
    18      "interface": true,
    19      "clientName": "HttpClient",
    20      "typedef": {
    21        "HttpRequest": {
    22          "import": "net/http",
    23          "type": "http.Request"
    24        },
    25        "HttpResponse": {
    26          "import": "net/http",
    27          "type": "http.Response"
    28        },
    29        "HttpTransport": {
    30          "import": "net/http",
    31          "type": "http.Transport"
    32        }
    33      }
    34    }
    35  }