-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsjcpp.yml
76 lines (70 loc) · 2.66 KB
/
wsjcpp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: "wsjcpp-light-web-server"
version: "v0.1.1"
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "C++ Light Web Server (Only GET)"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
- "http"
- "web-server"
dependencies:
- name: "wsjcpp-core"
version: "v0.1.1"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
- name: "nlohmann/json"
version: "v3.7.3"
url: "https://github.com/wsjcpp/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
distribution:
- source-file: "src/wsjcpp_light_web_http_request.h"
target-file: "wsjcpp_light_web_http_request.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_request.cpp"
target-file: "wsjcpp_light_web_http_request.cpp"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_response.h"
target-file: "wsjcpp_light_web_http_response.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_response.cpp"
target-file: "wsjcpp_light_web_http_response.cpp"
type: "source-code"
- source-file: "src/wsjcpp_light_web_deque_http_requests.h"
target-file: "wsjcpp_light_web_deque_http_requests.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_deque_http_requests.cpp"
target-file: "wsjcpp_light_web_deque_http_requests.cpp"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_handler_rewrite_folder.h"
target-file: "wsjcpp_light_web_http_handler_rewrite_folder.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_handler_rewrite_folder.cpp"
target-file: "wsjcpp_light_web_http_handler_rewrite_folder.cpp"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_handler_web_folder.h"
target-file: "wsjcpp_light_web_http_handler_web_folder.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_http_handler_web_folder.cpp"
target-file: "wsjcpp_light_web_http_handler_web_folder.cpp"
type: "source-code"
- source-file: "src/wsjcpp_light_web_server.h"
target-file: "wsjcpp_light_web_server.h"
type: "source-code"
- source-file: "src/wsjcpp_light_web_server.cpp"
target-file: "wsjcpp_light_web_server.cpp"
type: "source-code"
- source-file: "scripts.wsjcpp/generate.WsjcppLightWebHttpHandler"
target-file: "generate.WsjcppLightWebHttpHandler"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: "ParseHttpRequest"
description: "Check the parse requests"