Skip to content

littlemole/uwsgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uwsgi

fun with wsgi modules in raw c++11 running on the uwsgi stack.

see example http modules in ./mod for usage.

see tests in /t for available apis.

features:

  • HTTP handlers with access to HTTP Request and Response
  • path mathcing incl path arguments
  • query params support
  • urlencode, base64
  • http client for upstream requests on the server (based on libcurl)
  • http interceptors for cross cutting concerns (aspect or filter)
  • crypto helpers (openssl):
    • md5,sha1,sha256
    • symmetric encryption, ie blowfish,r4
    • HMAC
    • pk based message signing
    • pk based envelopes
    • dh key exchange

About

c++11 http handlers on top of uwsgi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages