Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython-lwan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Bryton Lacquement
cython-lwan
Commits
c82c941f
Commit
c82c941f
authored
Jun 25, 2018
by
Bryton Lacquement
🚪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused declarations and duplicates
parent
099de8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lwan_wrapper.pyx
lwan_wrapper.pyx
+1
-5
No files found.
lwan_wrapper.pyx
View file @
c82c941f
from
libc.string
cimport
strlen
cdef
extern
from
"lwan/lwan.h"
:
struct
lwan_strbuf
:
pass
struct
lwan_value
:
char
*
value
struct
lwan_request
:
lwan_value
original_url
pass
struct
lwan_response
:
char
*
mime_type
lwan_strbuf
*
buffer
...
...
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