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
efefc41b
Commit
efefc41b
authored
Mar 28, 2016
by
octal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more documentation
parent
04fe8d70
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
234 additions
and
25 deletions
+234
-25
404.html
404.html
+2
-4
assets/css/main.css
assets/css/main.css
+1
-1
guide/index.html
guide/index.html
+220
-11
index.html
index.html
+3
-5
quickstart.html
quickstart.html
+8
-4
No files found.
404.html
View file @
efefc41b
...
@@ -87,10 +87,8 @@
...
@@ -87,10 +87,8 @@
<div
class=
"column one"
>
<div
class=
"column one"
>
<h6>
Few more links
</h6>
<h6>
Few more links
</h6>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
<li><a
href=
"http://pistache.io/about"
>
About
</a></li>
</ul>
<li><a
href=
"http://pistache.io/blog"
>
Blog
</a></li>
<li><a
href=
"http://pistache.io/faq"
>
Help / FAQ
</a></li>
</ul>
</div>
</div>
<div
class=
"column two"
>
<div
class=
"column two"
>
<h6>
Follow me
</h6>
<h6>
Follow me
</h6>
...
...
assets/css/main.css
View file @
efefc41b
This diff is collapsed.
Click to expand it.
guide/index.html
View file @
efefc41b
This diff is collapsed.
Click to expand it.
index.html
View file @
efefc41b
...
@@ -88,7 +88,7 @@ It is written in pure C++11 with no external dependency and provides a low-level
...
@@ -88,7 +88,7 @@ It is written in pure C++11 with no external dependency and provides a low-level
<h2
id=
"modern-api"
>
Modern API
</h2>
<h2
id=
"modern-api"
>
Modern API
</h2>
<p>
Playing with Pistache and its
API is
<code>
fun
</code>
,
<code>
clean
</code>
,
<code>
easy
</code>
and
<code>
fast
</code>
</p>
<p>
Playing with Pistache and its
modern API is fun and easy
</p>
<figure
class=
"highlight"
><pre><code
class=
"language-cpp"
data-lang=
"cpp"
><span
class=
"k"
>
struct
</span>
<span
class=
"nl"
>
HelloHandler
</span>
<span
class=
"p"
>
:
</span>
<span
class=
"k"
>
public
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
Handler
</span>
<span
class=
"p"
>
{
</span>
<figure
class=
"highlight"
><pre><code
class=
"language-cpp"
data-lang=
"cpp"
><span
class=
"k"
>
struct
</span>
<span
class=
"nl"
>
HelloHandler
</span>
<span
class=
"p"
>
:
</span>
<span
class=
"k"
>
public
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
Handler
</span>
<span
class=
"p"
>
{
</span>
<span
class=
"kt"
>
void
</span>
<span
class=
"n"
>
onRequest
</span><span
class=
"p"
>
(
</span><span
class=
"k"
>
const
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
Request
</span><span
class=
"o"
>
&
</span>
<span
class=
"n"
>
req
</span><span
class=
"p"
>
,
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
ResponseWriter
</span>
<span
class=
"n"
>
response
</span><span
class=
"p"
>
)
</span>
<span
class=
"p"
>
{
</span>
<span
class=
"kt"
>
void
</span>
<span
class=
"n"
>
onRequest
</span><span
class=
"p"
>
(
</span><span
class=
"k"
>
const
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
Request
</span><span
class=
"o"
>
&
</span>
<span
class=
"n"
>
req
</span><span
class=
"p"
>
,
</span>
<span
class=
"n"
>
Http
</span><span
class=
"o"
>
::
</span><span
class=
"n"
>
ResponseWriter
</span>
<span
class=
"n"
>
response
</span><span
class=
"p"
>
)
</span>
<span
class=
"p"
>
{
</span>
...
@@ -130,10 +130,8 @@ Hello, World</code></pre></figure>
...
@@ -130,10 +130,8 @@ Hello, World</code></pre></figure>
<div
class=
"column one"
>
<div
class=
"column one"
>
<h6>
Few more links
</h6>
<h6>
Few more links
</h6>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
<li><a
href=
"http://pistache.io/about"
>
About
</a></li>
</ul>
<li><a
href=
"http://pistache.io/blog"
>
Blog
</a></li>
<li><a
href=
"http://pistache.io/faq"
>
Help / FAQ
</a></li>
</ul>
</div>
</div>
<div
class=
"column two"
>
<div
class=
"column two"
>
<h6>
Follow me
</h6>
<h6>
Follow me
</h6>
...
...
quickstart.html
View file @
efefc41b
...
@@ -117,6 +117,12 @@ and asynchronous API.</p>
...
@@ -117,6 +117,12 @@ and asynchronous API.</p>
git clone https://github.com/oktal/pistache.git
git clone https://github.com/oktal/pistache.git
</code></p>
</code></p>
<p>
Then, init the submodules:
</p>
<p><code>
git submodule update --init
</code></p>
<p>
Now, compile the sources:
</p>
<p>
Now, compile the sources:
</p>
<figure
class=
"highlight"
><pre><code
class=
"language-console"
data-lang=
"console"
><span
class=
"go"
>
cd pistache
</span>
<figure
class=
"highlight"
><pre><code
class=
"language-console"
data-lang=
"console"
><span
class=
"go"
>
cd pistache
</span>
...
@@ -226,10 +232,8 @@ to the function:</p>
...
@@ -226,10 +232,8 @@ to the function:</p>
<div
class=
"column one"
>
<div
class=
"column one"
>
<h6>
Few more links
</h6>
<h6>
Few more links
</h6>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
<li><a
href=
"http://pistache.io/about"
>
About
</a></li>
</ul>
<li><a
href=
"http://pistache.io/blog"
>
Blog
</a></li>
<li><a
href=
"http://pistache.io/faq"
>
Help / FAQ
</a></li>
</ul>
</div>
</div>
<div
class=
"column two"
>
<div
class=
"column two"
>
<h6>
Follow me
</h6>
<h6>
Follow me
</h6>
...
...
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