CurlParser 0.1.170

There is a newer version of this package available.
See the version list below for details.
dotnet add package CurlParser --version 0.1.170
NuGet\Install-Package CurlParser -Version 0.1.170
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CurlParser" Version="0.1.170" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CurlParser --version 0.1.170
#r "nuget: CurlParser, 0.1.170"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CurlParser as a Cake Addin
#addin nuget:?package=CurlParser&version=0.1.170

// Install CurlParser as a Cake Tool
#tool nuget:?package=CurlParser&version=0.1.170

CurlParser

Build status Quality Gate Docker pulls

A cURL parser based on curl-to-csharp project for .NET Core.

Supported platforms:

  • For ASP.NET Core 5, .NET 5
  • For ASP.NET Core 3, .NET Core 3.0

Key Features

  • Parse cURL command into individual cURL options.
  • Return parsing errors and warnings if the cURL input is invalid.

Installation

Install with NuGet

dotnet add package CurlParser

Usage/Examples

var input = @"curl https://sentry.io/api/0/projects/1/groups/?status=unresolved -d '{""status"": ""resolved""}' -H 'Content-Type: application/json' -u 'username:password' -H 'Accept: application/json' -H 'User-Agent: curl/7.60.0'";

var output = new Parser(new ParsingOptions() { MaxUploadFiles = 10 }).Parse(input);

Console.WriteLine(output.Data.UploadData.First().Content);
// Output: 
// {"status": "resolved"}
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CurlParser:

Package Downloads
CurlParser.CSharp

A cURL parser and C# code converter based on curl-to-csharp project for .NET Core. Supported platforms: - For ASP.NET Core 5, .NET 5 - For ASP.NET Core 3, .NET Core 3.0

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 6,795 11/24/2021
0.1.203 5,313 11/23/2021
0.1.170 4,832 11/24/2021
0.1.170-PullRequest0002.2 4,492 11/24/2021
0.1.169 6,036 11/24/2021