Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Namespaces | Typedefs
cbWebserver.hpp File Reference
#include "../pch.hpp"
#include <signal.h>
#include <workflow/WFHttpServer.h>
#include <workflow/WFFacilities.h>
Include dependency graph for cbWebserver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cb::utils::cbWebserver
 

Namespaces

 cb
 _WIN32
 
 cb::utils
 

Typedefs

typedef std::function< void(WFHttpTask *, char *)> http_func_handle
 _WIN32 More...
 

Detailed Description

Author
caibo feng (34185.nosp@m.5292.nosp@m.9@qq..nosp@m.com)
Version
0.1
Date
2022-10-30
Note
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file cbWebserver.hpp.

Typedef Documentation

◆ http_func_handle

typedef std::function<void(WFHttpTask*, char*)> http_func_handle

_WIN32

defined(unix) && defined(clang)

Definition at line 41 of file cbWebserver.hpp.