patx/micropie
-
291a0f1remove test files patx · 2025-06-10T05:03:39-04:00 -
dcdacf7update tests patx · 2025-06-10T05:03:21-04:00 -
263d889update api readme for new multipart parser patx · 2025-06-10T04:56:51-04:00 -
b254d0eimprove handling of multipart data. no longer auto saves to disk. patx · 2025-06-10T04:37:27-04:00 -
9a301acimprove readme's readability patx · 2025-06-10T01:17:59-04:00 -
69ee960fix typo in `README.md` patx · 2025-06-09T21:32:50-04:00 -
d8c132bupdate `README.md` to include instructions for new pip install options new in .10 patx · 2025-06-09T21:24:02-04:00 -
3c752ebv 0.10 (point ten) patx · 2025-06-05T00:22:15-04:00 -
f7f95d9Enhance _asgi_app_http to support middleware-driven routing patx · 2025-06-05T00:07:02-04:00 -
570b24badd explict routing example to `middleware` examples. updated readme to reference it patx · 2025-06-04T18:21:20-04:00 -
343b2a8update benchmarks and remove development version with websockets, continuing development locally patx · 2025-06-03T20:30:27-04:00 -
01b3a27Fix routing to allow /index to map to index method patx · 2025-06-03T19:59:47-04:00 -
3f63476fix: Correct vararg path parameter handling in _asgi_app_http --> Ensure path_params are passed individually to handlers with *args by using func_args.extend(path_params_copy) and skipping self parameter. Fixes 404 errors for routes like /api/users/{user}/records/{record} and removes extraneous None in path_params. patx · 2025-06-03T19:23:27-04:00 -
4f8f196remove test files from new example chatroom app (socketio). we plan to change the old basic chatroom app to show built in websockets instead of socketio patx · 2025-05-28T22:54:33-04:00 -
3c0e59fadded development version under `unstable` for easy public access/testing. websockets support currently being worked on here, along with testing. patx · 2025-05-28T22:53:08-04:00 -
cba4830fix typo in readme patx · 2025-05-22T20:34:04-04:00 -
b0f4845update readme with new optional dependency `orjson` patx · 2025-05-22T20:24:24-04:00 -
baf9351introduce orjson as an optional replacement for stdlib json, useful for those who need performance api patx · 2025-05-22T20:12:04-04:00 -
c206162remove websockets for now, back to drawing board. patx · 2025-05-21T18:42:55-04:00 -
80dfa8aUpdate README.md Harrison Erd · 2025-05-03T20:44:17-04:00 -
7a12942update tests to use pytest instead of unittest patx · 2025-04-28T02:34:33-04:00 -
1bfdc9cadd websockets support patx · 2025-04-28T01:06:48-04:00 -
9bf4c0eupdate in house serve static example for completeness and security patx · 2025-04-26T14:07:35-04:00 -
79fe285set more secure cookies patx · 2025-04-24T00:10:56-04:00 -
6bc07b0fix ident error typo patx · 2025-04-21T03:40:41-04:00 -
aa742a1remove pycache files patx · 2025-04-20T15:37:37-04:00 -
9a587afStandardize body_params to use lists for multipart/form-data patx · 2025-04-20T15:36:37-04:00 -
01ffa26remove pycache files patx · 2025-04-19T08:22:43-04:00 -
e07a592fix typo in readme patx · 2025-04-19T08:21:48-04:00 -
f0b034dUpdate README.md Harrison Erd · 2025-03-12T00:58:23-04:00 -
09067cdadded example showing JSON and the get_json object from the Request class patx · 2025-03-11T19:45:29-04:00 -
812f4340.9.9.7.3 patx · 2025-03-11T19:12:16-04:00 -
1839c53revert to cookie headers from 0.9.9.7.1 patx · 2025-02-25T01:57:09-05:00 -
1fadb3bput back secure cookie headers patx · 2025-02-24T22:40:47-05:00 -
0a8dc73update pyproject for pypi upload 0.9.9.7.1 patx · 2025-02-24T22:25:37-05:00 -
a9f00f4update redirect method to accept extra headers, adjusted cokkie header patx · 2025-02-24T21:33:35-05:00 -
1292547remove cache files patx · 2025-02-22T06:32:28-05:00 -
a8224a8update test suite patx · 2025-02-22T06:31:46-05:00 -
1969e61clean code, update request.headers to utf-8 patx · 2025-02-21T15:29:41-05:00 -
b76c49baddressing error handling patx · 2025-02-21T14:43:50-05:00 -
2acd952cleaned up and shortened code is asgi app http patx · 2025-02-21T14:30:26-05:00 -
819f2caclean code format patx · 2025-02-21T09:07:39-05:00 -
0a4ba1cremove unneeded method var in _asgi_app_http patx · 2025-02-21T08:57:49-05:00 -
45e6ba7Update README.md Harrison Erd · 2025-02-21T03:07:07-05:00 -
b24aed4clean up file_upload example patx · 2025-02-21T02:30:14-05:00 -
db36f61added missing typing from new multipart parser patx · 2025-02-21T02:18:41-05:00 -
1a65d28update multipart further, clean code, make sure correct responses are sent patx · 2025-02-21T02:03:40-05:00 -
cdd1795working on multipart parser, added headers to request object patx · 2025-02-21T01:00:51-05:00 -
c58f213update pyprohect.toml patx · 2025-02-20T21:18:45-05:00 -
f285203remove github api key for test app lol patx · 2025-02-20T20:41:02-05:00
Loading more...