Skip to content

samicpp/httplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httplib

my own ffi http library

Bindings

I will make FFI bindings to a bunch of languages/frameworks for this library

TODO

Protocols

Server-Side

  • HTTP/1.1
  • WebSocket
  • HPACK
  • HTTP/2
  • QPACK
  • HTTP/3 (first using quinn, later my own)
  • QUIC (replaces quinn)

Client-Side

  • HTTP/1.1
  • WebSocket
  • HPACK
  • HTTP/2
  • QPACK
  • HTTP/3 (first using quinn, later my own)
  • QUIC (replaces quinn)

Features

  • server support TLS
  • client support TLS
  • FFI compatible
  • custom error enums

About

my own ffi http library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published