Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
a5cbcf4a
Commit
a5cbcf4a
authored
Feb 06, 2020
by
Dennis Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ran clang-format on all headers (except date.h, since its not ours).
parent
9a0f8984
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1218 additions
and
1440 deletions
+1218
-1440
include/pistache/async.h
include/pistache/async.h
+1216
-1439
include/pistache/router.h
include/pistache/router.h
+2
-1
No files found.
include/pistache/async.h
View file @
a5cbcf4a
This diff is collapsed.
Click to expand it.
include/pistache/router.h
View file @
a5cbcf4a
...
...
@@ -255,7 +255,8 @@ public:
*/
explicit
RouterHandler
(
std
::
shared_ptr
<
Rest
::
Router
>
router
);
void
onRequest
(
const
Http
::
Request
&
req
,
Http
::
ResponseWriter
response
)
override
;
void
onRequest
(
const
Http
::
Request
&
req
,
Http
::
ResponseWriter
response
)
override
;
private:
std
::
shared_ptr
<
Tcp
::
Handler
>
clone
()
const
final
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment