Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
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
nghttp2
Commits
0cc73e27
Commit
0cc73e27
authored
Nov 12, 2014
by
Kyle Schomp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pull of the client Python bindings
parent
29fcd7c9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
697 additions
and
116 deletions
+697
-116
python/cnghttp2.pxd
python/cnghttp2.pxd
+6
-1
python/nghttp2.pyx
python/nghttp2.pyx
+691
-115
No files found.
python/cnghttp2.pxd
View file @
0cc73e27
...
...
@@ -245,7 +245,12 @@ cdef extern from 'nghttp2/nghttp2.h':
nghttp2_data_source
source
nghttp2_data_source_read_callback
read_callback
int
nghttp2_submit_request
(
nghttp2_session
*
session
,
int32_t
pri
,
ctypedef
struct
nghttp2_priority_spec
:
int32_t
stream_id
int32_t
weight
uint8_t
exclusive
int
nghttp2_submit_request
(
nghttp2_session
*
session
,
const
nghttp2_priority_spec
*
pri_spec
,
const
nghttp2_nv
*
nva
,
size_t
nvlen
,
const
nghttp2_data_provider
*
data_prd
,
void
*
stream_user_data
)
...
...
python/nghttp2.pyx
View file @
0cc73e27
This diff is collapsed.
Click to expand it.
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