Tatsuhiro Tsujikawa
58f92d48c9
Add remarks about callbacks and spdylay_session_{recv,send}
2012-12-23 01:24:56 +09:00
Tatsuhiro Tsujikawa
23cbad64db
Update doc
2012-09-12 22:37:05 +09:00
Tatsuhiro Tsujikawa
c1b130acd0
python: Don't raise exception from Session.resume_data()
...
In practice, Session.resume_data() will be used without checking there
is deferred data or not. Actually, there is no API to check this. So
it is better not to raise exception. Instead return False to notify
error. If the method succeeds, it returns True.
2012-09-10 22:10:54 +09:00
Tatsuhiro Tsujikawa
fb6ef096c6
python: document urlfetch
2012-08-28 01:47:21 +09:00
Tatsuhiro Tsujikawa
6b64276c08
python: add get_npn_protocols() function
...
get_npn_protocols() is high level wrapper for
spdylay_npn_get_proto_list() and the returned list can be passed to
ssl.SSLContext.set_npn_protocols().
2012-08-27 23:32:27 +09:00
Tatsuhiro Tsujikawa
dcba568ff9
python: make assoc_stream_id and stream_user_data in submit_syn_stream optional
2012-08-24 23:34:48 +09:00
Tatsuhiro Tsujikawa
1b91860187
python: update doc
2012-08-24 01:28:18 +09:00
Tatsuhiro Tsujikawa
7ce24fc122
python: rewritten simple SPDY server. Add npn_get_version() helper function.
2012-08-24 00:27:07 +09:00
Tatsuhiro Tsujikawa
dbe7cda79b
python: update doc
2012-08-23 21:23:33 +09:00
Tatsuhiro Tsujikawa
56d53da7f6
python: update manual
2012-08-23 00:32:49 +09:00
Tatsuhiro Tsujikawa
cb6fdb4e02
python: add remaining callbacks except for CREDENTIAL related ones
2012-08-23 00:13:50 +09:00
Tatsuhiro Tsujikawa
a2b861e279
python: documented DataProvider
2012-08-22 22:11:59 +09:00
Tatsuhiro Tsujikawa
870210e859
python: add Session.submit_window_update()
2012-08-22 02:08:03 +09:00
Tatsuhiro Tsujikawa
396d4a7fae
python: add Session.submit_ping()
2012-08-22 01:49:02 +09:00
Tatsuhiro Tsujikawa
7a362e23b3
python: add Session.submit_headers()
2012-08-22 01:41:07 +09:00
Tatsuhiro Tsujikawa
7580c9f671
python: add Session.submit_data()
2012-08-22 01:28:05 +09:00
Tatsuhiro Tsujikawa
78f6119196
python: add config argument to Session.__init__
2012-08-22 01:12:00 +09:00
Tatsuhiro Tsujikawa
135ae8cc36
python: document currently implemented methods
2012-08-22 00:05:12 +09:00
Tatsuhiro Tsujikawa
dabe39dd1d
python: add Spdylay Python extension API doc
2012-08-21 01:10:10 +09:00
Tatsuhiro Tsujikawa
c644322d89
manual: Include enum value in manual
2012-08-03 22:35:55 +09:00
Tatsuhiro Tsujikawa
1f74979629
Include README.rst in manual
2012-05-19 22:05:56 +09:00
Tatsuhiro Tsujikawa
7b239cc7b0
Packaging fix
2012-04-25 22:27:50 +09:00
Tatsuhiro Tsujikawa
9c40b5cce6
Updated doc
2012-04-25 21:25:51 +09:00
Tatsuhiro Tsujikawa
9a4be04c79
Fixed heading level
2012-03-14 02:20:53 +09:00
Tatsuhiro Tsujikawa
5275b66e42
Added URIs to project/code hosting sites.
2012-03-14 00:47:03 +09:00
Tatsuhiro Tsujikawa
07b02404c3
Added API reference generator script.
...
Formatted the public APIs with Sphinx syntax.
2012-03-14 00:32:52 +09:00
Tatsuhiro Tsujikawa
1c09a69d58
Set default_role and domain
2012-03-13 21:36:25 +09:00
Tatsuhiro Tsujikawa
f346b8f88b
Added sphinx doc
2012-03-11 23:18:09 +09:00