Skip to content

Request and response objects to help create an http context.

License

Notifications You must be signed in to change notification settings

c-sdk/http_context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_context

Warning

Still in development.

Types to create a HTTP request context.

These types are helpful for you to create a "request context" for your application.

struct request_context_t {
  struct http_request_t request;
  struct http_response_t response;
  db_connection_t* database;
  void* data;
  // ...
}

dependencies

  • pagesize
  • arena
  • string_map

license

Unlicense.

About

Request and response objects to help create an http context.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages