Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
/libhttpPublic archive

HTTP library for C

License

NotificationsYou must be signed in to change notification settings

joshthecoder/libhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A HTTP client/server library for C!

Goals of the project

  • Be as lightweight as possible.
  • Focus on HTTP and not become a swissarmy knife of protocols.
  • Provide a low-level API to the HTTP protocol. Minimize magic & sugar.
  • Low number of dependencies. Only use stuff your system already has installed (ex: OpenSSL).
  • Be friendly to proxies.
  • Support enterprise deployments (ex: SPNEGO, Kerberos, NTLM)
  • Embeds into event loops for asynchronous networking (ex: libev)

Planning

Check out the wiki and the series of planning notes. The first phase is to diginto the HTTP protocol and learn it well before we start pushing code. Feel free to contributeif you are a HTTP guru or just open up RFC 2616 and start reading! :)

About

HTTP library for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp