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
6f51c329
Commit
6f51c329
authored
Mar 27, 2016
by
octal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trying to add logo
parent
8ef7813e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
404.html
404.html
+1
-1
assets/images/logo.png
assets/images/logo.png
+0
-0
guide/index.html
guide/index.html
+4
-1
index.html
index.html
+1
-1
quickstart.html
quickstart.html
+1
-1
No files found.
404.html
View file @
6f51c329
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<body
class=
"theme-base-01"
>
<body
class=
"theme-base-01"
>
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<div
class=
"wc-container"
>
<div
class=
"wc-container"
>
<h1><a
href=
"/"
>
Pistache
</a></h1>
<
img
src=
"/assets/images/logo.png"
width=
200
height=
200/
><
h1><a
href=
"/"
>
Pistache
</a></h1>
<h2>
An elegant C++ REST framework.
</h2>
<h2>
An elegant C++ REST framework.
</h2>
<ul>
<ul>
...
...
assets/images/logo.png
0 → 100644
View file @
6f51c329
9.28 KB
guide/index.html
View file @
6f51c329
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<body
class=
"theme-base-01"
>
<body
class=
"theme-base-01"
>
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<div
class=
"wc-container"
>
<div
class=
"wc-container"
>
<h1><a
href=
"/"
>
Pistache
</a></h1>
<
img
src=
"/assets/images/logo.png"
width=
200
height=
200/
><
h1><a
href=
"/"
>
Pistache
</a></h1>
<h2>
An elegant C++ REST framework.
</h2>
<h2>
An elegant C++ REST framework.
</h2>
<ul>
<ul>
...
@@ -90,6 +90,7 @@
...
@@ -90,6 +90,7 @@
<li><a
href=
"#headers"
id=
"markdown-toc-headers"
>
Headers
</a>
<ul>
<li><a
href=
"#headers"
id=
"markdown-toc-headers"
>
Headers
</a>
<ul>
<li><a
href=
"#overview"
id=
"markdown-toc-overview"
>
Overview
</a></li>
<li><a
href=
"#overview"
id=
"markdown-toc-overview"
>
Overview
</a></li>
<li><a
href=
"#defining-your-own-header"
id=
"markdown-toc-defining-your-own-header"
>
Defining your own header
</a></li>
<li><a
href=
"#defining-your-own-header"
id=
"markdown-toc-defining-your-own-header"
>
Defining your own header
</a></li>
<li><a
href=
"#mime-types"
id=
"markdown-toc-mime-types"
>
MIME types
</a></li>
</ul>
</ul>
</li>
</li>
<li><a
href=
"#routing"
id=
"markdown-toc-routing"
>
Routing
</a></li>
<li><a
href=
"#routing"
id=
"markdown-toc-routing"
>
Routing
</a></li>
...
@@ -312,6 +313,8 @@ a <em>raw</em> version can be used:</p>
...
@@ -312,6 +313,8 @@ a <em>raw</em> version can be used:</p>
<p>
Now, the
<code>
XProtocolVersion
</code>
can be retrieved and added like any other header in the
<code>
Header::Collection
</code>
class.
</p>
<p>
Now, the
<code>
XProtocolVersion
</code>
can be retrieved and added like any other header in the
<code>
Header::Collection
</code>
class.
</p>
<h2
id=
"mime-types"
>
MIME types
</h2>
<h1
id=
"routing"
>
Routing
</h1>
<h1
id=
"routing"
>
Routing
</h1>
<p>
HTTP routing consists of binding an HTTP route to a C++ callback. A special component called an HTTP router will
<p>
HTTP routing consists of binding an HTTP route to a C++ callback. A special component called an HTTP router will
...
...
index.html
View file @
6f51c329
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<body
class=
"theme-base-01"
>
<body
class=
"theme-base-01"
>
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<div
class=
"wc-container"
>
<div
class=
"wc-container"
>
<h1><a
href=
"/"
>
Pistache
</a></h1>
<
img
src=
"/assets/images/logo.png"
width=
200
height=
200/
><
h1><a
href=
"/"
>
Pistache
</a></h1>
<h2>
An elegant C++ REST framework.
</h2>
<h2>
An elegant C++ REST framework.
</h2>
<ul>
<ul>
...
...
quickstart.html
View file @
6f51c329
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<body
class=
"theme-base-01"
>
<body
class=
"theme-base-01"
>
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<div
class=
"wc-container"
>
<div
class=
"wc-container"
>
<h1><a
href=
"/"
>
Pistache
</a></h1>
<
img
src=
"/assets/images/logo.png"
width=
200
height=
200/
><
h1><a
href=
"/"
>
Pistache
</a></h1>
<h2>
An elegant C++ REST framework.
</h2>
<h2>
An elegant C++ REST framework.
</h2>
<ul>
<ul>
...
...
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