Contents

Building42/HTTPParserC

HTTP message parser written in C

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code.

You can add Telegraph to your project by choosing the File - Swift Packages - Add Package Dependency option. Use the repository url as specified below and select the version you want to use.

Or you can manually add a Package.swift file to your project with:

dependencies: [
    .package(url: "https://github.com/Building42/HTTPParserC.git")
]

CocoaPods

CocoaPods is a dependency manager for Cocoa projects that makes dependencies a part of your workspace.

pod 'HTTPParserC'

See CocoaPods - Getting Started for more information.

Documentation

Visit https://github.com/nodejs/llhttp for more information

Package Metadata

Repository: Building42/HTTPParserC

Stars: 31

Forks: 12

Open issues: 0

Default branch: main

Primary language: c

License: Other

Topics: c, cocoapods, http, parser

README: README.md