Ciro
|
1d35e6064d
|
add static files considerations for production
|
2022-10-27 13:49:51 -03:00 |
Ciro
|
dfe55bbffd
|
added static sync version for development, aiofile and aiofiles version for user choice
|
2022-10-27 10:14:44 -03:00 |
Ciro
|
43993449c5
|
added cork_end helper
|
2022-10-27 09:51:15 -03:00 |
Ciro
|
bce55b4c0f
|
file_stream.py and static_file.py examples added
|
2022-10-26 21:36:37 -03:00 |
Ciro
|
39041a9453
|
added try_end + send_chunk and fixed get_data
|
2022-10-25 22:08:13 -03:00 |
Ciro
|
8c4ffc918a
|
fixed corking in CPython + change uv_timer to uv_check to run asyncio
|
2022-10-25 12:33:50 -03:00 |
Ciro
|
b825d81fbf
|
fixed cork in CPython + PyPy
|
2022-10-25 11:05:11 -03:00 |
Ciro
|
1e16de77f2
|
Merge branch 'main' of https://github.com/cirospaciari/socketify.py
|
2022-10-25 09:53:23 -03:00 |
Ciro
|
0c56204ec0
|
fixed corking issues
|
2022-10-25 09:53:18 -03:00 |
Ciro Spaciari
|
d7b9775af2
|
Update README.md
|
2022-10-25 08:20:47 -03:00 |
Ciro
|
1c6ec81740
|
Merge branch 'main' of https://github.com/cirospaciari/socketify.py
|
2022-10-24 14:16:08 -03:00 |
Ciro
|
af7481c13f
|
add cork and update with master
|
2022-10-24 14:15:46 -03:00 |
Ciro Spaciari
|
196438e4ce
|
Update README.md
|
2022-10-11 09:33:55 -03:00 |
Ciro
|
e754e29c05
|
added get_form_urlencoded
|
2022-06-03 20:01:56 -03:00 |
Ciro
|
c2d1de2a02
|
fixed UVLoop, and added better strategy to Loop, added post support, get_data(), get_json(), get_text(), get_cookie(), set_cookie(), pending x-www-form-urlencoded and form-data (maybe only with another package), added more options for keys in response, added fallback to None if decode fails in request, added on_writable and on_data events, pending try_end and stream examples, added upload and post examples
|
2022-06-03 18:54:00 -03:00 |
Ciro
|
093b0f5c93
|
fixed UVLoop, and added better strategy to Loop, added post support, get_data(), get_json(), get_text(), get_cookie(), set_cookie(), pending x-www-form-urlencoded and form-data (maybe only with another package), added more options for keys in response, added fallback to None if decode fails in request, added on_writable and on_data events, pending try_end and stream examples, added upload and post examples
|
2022-06-03 18:53:42 -03:00 |
Ciro
|
98f855e46c
|
remove json stringify from caches examples
|
2022-06-02 17:59:33 -03:00 |
Ciro
|
4c7f868188
|
remove unused tests files
|
2022-06-02 17:37:26 -03:00 |
Ciro
|
8a7333a4bd
|
added more info about async and decoded to utf8 string results from request
|
2022-06-02 17:27:15 -03:00 |
Ciro
|
47880cf9e9
|
fixed docker files (included libuv1-dev)
|
2022-06-02 16:57:27 -03:00 |
Ciro
|
9f4bb0de72
|
fixed asyncio integration (kinda) and added gracefull shutdown on SIGINT
|
2022-06-02 16:00:42 -03:00 |
Ciro
|
ce72919ebc
|
fixed end_without_body
|
2022-06-01 20:00:05 -03:00 |
Ciro
|
c860562e2d
|
added redirect
|
2022-06-01 11:16:33 -03:00 |
Ciro
|
fdef1bbb2a
|
fixed test timing in http request test
|
2022-06-01 10:53:46 -03:00 |
Ciro
|
55314a0e23
|
simplified examples
|
2022-06-01 10:38:27 -03:00 |
Ciro
|
d9b2a6ae18
|
added api fetch and caching samples
|
2022-06-01 10:29:35 -03:00 |
Ciro
|
7908575ebf
|
added api fetch and caching samples
|
2022-06-01 10:29:23 -03:00 |
Ciro
|
2c76b8e954
|
removed error handler from https
|
2022-05-31 19:49:23 -03:00 |
Ciro
|
d0426817c6
|
added https example (not working yeat) and moved misc
|
2022-05-31 19:46:51 -03:00 |
Ciro
|
d650fa1aa1
|
added pid to forks sampl
|
2022-05-31 18:57:36 -03:00 |
Ciro
|
6faf4a39bf
|
added more samples
|
2022-05-31 18:51:39 -03:00 |
Ciro
|
451ddac041
|
added error handler
|
2022-05-31 17:53:20 -03:00 |
Ciro
|
9d537a5919
|
added exception when listen fails, moved some files to ./tests/examples
|
2022-05-31 16:27:56 -03:00 |
Ciro
|
aab4427efc
|
added some preliminar asyncio integration, more options for write, end and status
|
2022-05-31 14:56:37 -03:00 |
Ciro
|
e1b2943bbc
|
added docker images
|
2022-05-28 23:18:03 -03:00 |
Ciro
|
ce94fe4fe3
|
updated README.md
|
2022-05-28 21:00:21 -03:00 |
Ciro
|
4e728ccaf0
|
fix modules??
|
2022-05-28 20:18:31 -03:00 |
Ciro
|
5e2e0e0d3d
|
try to fix pypy build
|
2022-05-28 19:49:16 -03:00 |
Ciro
|
01920b1f08
|
remove .so files
|
2022-05-28 17:10:29 -03:00 |
Ciro
|
e1d264c92b
|
added local build in README
|
2022-05-28 17:04:35 -03:00 |
Ciro
|
d75bd98385
|
extension test
|
2022-05-28 16:59:08 -03:00 |
Ciro
|
b6f2572372
|
rename
|
2022-05-28 10:47:26 -03:00 |
Ciro
|
17c1b5b46b
|
added SSL sample in README.md
|
2022-05-25 11:01:56 -03:00 |
Ciro
|
74f098bf50
|
added listen options and SSL support
|
2022-05-25 10:55:23 -03:00 |
Ciro
|
2bfb007ce4
|
fixed forking/timing thread
|
2022-05-24 18:51:41 -03:00 |
Ciro
|
31d4eda821
|
Merge branch 'main' of https://github.com/cirospaciari/uWebSockets.py
|
2022-05-24 18:45:24 -03:00 |
Ciro
|
3e5fb1948f
|
firsts tests with python/pypy with CFFI, no pip package yeat
|
2022-05-24 18:43:27 -03:00 |
Ciro Spaciari
|
d00e75030d
|
Update README.md
|
2022-05-24 16:37:16 -03:00 |
Ciro Spaciari
|
4bf11c563e
|
Initial commit
|
2022-05-24 16:29:51 -03:00 |