Skip to content

Generic Socket based Web API Framework. Just proxy the http request to the configured port of the daemon.

Notifications You must be signed in to change notification settings

stangerm2/http_web_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Web API Template for Linux

Instructions: Link in library in processRequest() function after recv'ing key/value pairs from http. Linked caller functions should return a string in a that will be returned to the web caller.

Setup your webserver to proxy to localhost:45000 or reconfigure ports in program as desired.

Send request to the api via webserver in the format of query key/value pairs. Ie. 'web.ip/api/set?key=data&monkey=banana'

About

Generic Socket based Web API Framework. Just proxy the http request to the configured port of the daemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published