{
  "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json",
  "@type": [
    "PackageDetails",
    "catalog:Permalink"
  ],
  "authors": "Cleancodefactory",
  "catalog:commitId": "b4f3646b-e378-48ce-9d7f-53cd0ad690f9",
  "catalog:commitTimeStamp": "2026-04-28T08:48:05.0878613Z",
  "copyright": "Copyright 2025 © Cleancodefactory. All rights reserved.",
  "created": "2026-04-28T08:44:43.083Z",
  "description": "This package provides Http Service System Plugin for CoreKraft.",
  "iconFile": "icon.png",
  "id": "Ccf.Ck.SysPlugins.Data.HttpService",
  "isPrerelease": false,
  "lastEdited": "2026-04-28T08:47:24.983Z",
  "licenseUrl": "https://opensource.org/licenses/MIT",
  "listed": true,
  "packageHash": "OEVR3wnrjWxphZN4J/Zi+zTYNeamdIBA1pvf8Bhqpay1AReueMM5MjhqWidl949BOG9ReQNjfuhXWaulaXg7UA==",
  "packageHashAlgorithm": "SHA512",
  "packageSize": 34243,
  "published": "2026-04-28T08:44:43.083Z",
  "repository": {
    "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#repository",
    "commit": "6507c2b9938c89c4a29d0ab875c0d762a3b1861c",
    "type": "git"
  },
  "requireLicenseAcceptance": true,
  "verbatimVersion": "10.0.3",
  "version": "10.0.3",
  "dependencyGroups": [
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#dependencygroup/net10.0",
      "@type": "PackageDependencyGroup",
      "dependencies": [
        {
          "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#dependencygroup/net10.0/ccf.ck.sysplugins.data.base",
          "@type": "PackageDependency",
          "id": "Ccf.Ck.SysPlugins.Data.Base",
          "range": "[10.0.3, )"
        },
        {
          "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#dependencygroup/net10.0/ccf.ck.sysplugins.interfaces",
          "@type": "PackageDependency",
          "id": "Ccf.Ck.SysPlugins.Interfaces",
          "range": "[10.0.3, )"
        },
        {
          "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#dependencygroup/net10.0/system.drawing.common",
          "@type": "PackageDependency",
          "id": "System.Drawing.Common",
          "range": "[10.0.7, )"
        }
      ],
      "targetFramework": "net10.0"
    }
  ],
  "packageEntries": [
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#Ccf.Ck.SysPlugins.Data.HttpService.nuspec",
      "@type": "PackageEntry",
      "compressedLength": 546,
      "fullName": "Ccf.Ck.SysPlugins.Data.HttpService.nuspec",
      "length": 1091,
      "name": "Ccf.Ck.SysPlugins.Data.HttpService.nuspec"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#icon.png",
      "@type": "PackageEntry",
      "compressedLength": 1548,
      "fullName": "icon.png",
      "length": 1543,
      "name": "icon.png"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#lib/net10.0/Ccf.Ck.SysPlugins.Data.HttpService.dll",
      "@type": "PackageEntry",
      "compressedLength": 17220,
      "fullName": "lib/net10.0/Ccf.Ck.SysPlugins.Data.HttpService.dll",
      "length": 20992,
      "name": "Ccf.Ck.SysPlugins.Data.HttpService.dll"
    },
    {
      "@id": "https://api.nuget.org/v3/catalog0/data/2026.04.28.08.48.05/ccf.ck.sysplugins.data.httpservice.10.0.3.json#.signature.p7s",
      "@type": "PackageEntry",
      "compressedLength": 12991,
      "fullName": ".signature.p7s",
      "length": 12991,
      "name": ".signature.p7s"
    }
  ],
  "@context": {
    "@vocab": "http://schema.nuget.org/schema#",
    "catalog": "http://schema.nuget.org/catalog#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dependencies": {
      "@id": "dependency",
      "@container": "@set"
    },
    "dependencyGroups": {
      "@id": "dependencyGroup",
      "@container": "@set"
    },
    "packageEntries": {
      "@id": "packageEntry",
      "@container": "@set"
    },
    "packageTypes": {
      "@id": "packageType",
      "@container": "@set"
    },
    "supportedFrameworks": {
      "@id": "supportedFramework",
      "@container": "@set"
    },
    "tags": {
      "@id": "tag",
      "@container": "@set"
    },
    "vulnerabilities": {
      "@id": "vulnerability",
      "@container": "@set"
    },
    "published": {
      "@type": "xsd:dateTime"
    },
    "created": {
      "@type": "xsd:dateTime"
    },
    "lastEdited": {
      "@type": "xsd:dateTime"
    },
    "catalog:commitTimeStamp": {
      "@type": "xsd:dateTime"
    },
    "reasons": {
      "@container": "@set"
    }
  }
}