-
Notifications
You must be signed in to change notification settings - Fork 10
Home
h@di edited this page Jul 20, 2018
·
2 revisions
AP HTTP::server is a simple web application server-side framework for C++ based on simplified versions of W++, HappyHTTP, and cpp-netlib.
AP HTTP
University of Tehran / Advanced Programming
- Quick How-to & Examples
- Creating a New Server
-
Request Handlers
- Serving Static Files
- Serving Dynamic Files
- Getting Data from Client-side
- Redirection
- Serving Template Files
- Template Files
-
Request
- Request-Line
- Query
- Haeder
- Body
-
Response
- Status-Line
- Header
- Body
- Session
- Utilities
- Compile and Run