Log in Sign up

patx/micropie

tag v0.31 branch main tag v0.30 tag v0.29 tag v0.28 tag v0.27 tag v0.26 tag v0.25 tag v0.24 tag v0.23
No refs found
Tags Branches
Overview Source Commits (218) Issues Pull requests Star (0) Fork
  • 1969e61
    clean code, update request.headers to utf-8 patx · 2025-02-21T15:29:41-05:00
  • b76c49b
    addressing error handling patx · 2025-02-21T14:43:50-05:00
  • 2acd952
    cleaned up and shortened code is asgi app http patx · 2025-02-21T14:30:26-05:00
  • 819f2ca
    clean code format patx · 2025-02-21T09:07:39-05:00
  • 0a4ba1c
    remove unneeded method var in _asgi_app_http patx · 2025-02-21T08:57:49-05:00
  • 45e6ba7
    Update README.md Harrison Erd · 2025-02-21T03:07:07-05:00
  • b24aed4
    clean up file_upload example patx · 2025-02-21T02:30:14-05:00
  • db36f61
    added missing typing from new multipart parser patx · 2025-02-21T02:18:41-05:00
  • 1a65d28
    update multipart further, clean code, make sure correct responses are sent patx · 2025-02-21T02:03:40-05:00
  • cdd1795
    working on multipart parser, added headers to request object patx · 2025-02-21T01:00:51-05:00
  • c58f213
    update pyprohect.toml patx · 2025-02-20T21:18:45-05:00
  • f285203
    remove github api key for test app lol patx · 2025-02-20T20:41:02-05:00
  • e924116
    add oauth example, needs work... removed un-used status map from send response patx · 2025-02-20T20:38:04-05:00
  • 5dc0b4f
    improve json request and response handling patx · 2025-02-20T17:23:42-05:00
  • 427b812
    update wording fix typo readme.md patx · 2025-02-20T14:57:20-05:00
  • ee5b6dd
    remove dist files patx · 2025-02-20T14:37:34-05:00
  • 1a6ee59
    update readme.me, clarify json response patx · 2025-02-20T14:37:00-05:00
  • 277462c
    switch from setuptools to flit for packaging, finalize release 0.9.9.4 patx · 2025-02-20T01:06:28-05:00
  • eb1f42c
    remove editor files patx · 2025-02-19T23:47:45-05:00
  • 02f4776
    updated api example patx · 2025-02-19T23:47:24-05:00
  • 0ac6531
    added JSON response, simple return a dict ina handler and micropie will json.dumps it as the response patx · 2025-02-19T23:46:26-05:00
  • 4ebba81
    update readme.md patx · 2025-02-19T23:01:38-05:00
  • f2ffaff
    update json parsing, more strict patx · 2025-02-19T22:52:54-05:00
  • 743158b
    improved api examples patx · 2025-02-19T22:41:26-05:00
  • 85fb75e
    add ability to parse json requests and then add them to body_params patx · 2025-02-19T21:30:29-05:00
  • 9a35045
    remove dev files, ignore patx · 2025-02-19T16:24:28-05:00
  • b79e491
    update readme.md patx · 2025-02-19T16:23:45-05:00
  • f07ad17
    check scope type in call, remove from asgi_app_http patx · 2025-02-19T14:38:54-05:00
  • 2e0507b
    revert, change _asgi_app to _asgi_app_http patx · 2025-02-19T14:25:28-05:00
  • 301d80e
    update readme.md api reference patx · 2025-02-19T13:30:54-05:00
  • 01c766b
    closes #7 patx · 2025-02-19T12:24:14-05:00
  • ef59ec3
    update readme.md patx · 2025-02-18T17:55:56-05:00
  • a7959bf
    improved the hello_world example to show more of micropies routing patx · 2025-02-18T13:45:19-05:00
  • eff8f45
    enabled nexted path args to map to positional handler args as they should patx · 2025-02-18T13:10:54-05:00
  • 38d2d43
    update setup.py patx · 2025-02-18T04:21:44-05:00
  • b975bd1
    fix RuntimeError when App doesnt have an index method, now properly returns 404 patx · 2025-02-18T04:19:02-05:00
  • 28e9995
    update readme patx · 2025-02-18T03:19:44-05:00
  • 6b0495a
    remove confusing html escape, users should sanitize, validate, and more using middleware patx · 2025-02-18T02:46:23-05:00
  • a121815
    Update README.md Harrison Erd · 2025-02-17T20:23:16-05:00
  • aaf064d
    clean up middleware example patx · 2025-02-17T20:11:21-05:00
  • 9a67943
    Update API docs with new HttpMiddleware ABC. Update setup.py for v0.9.9 patx · 2025-02-17T19:44:49-05:00
  • aff6809
    Update README.md Harrison Erd · 2025-02-17T19:24:41-05:00
  • e221151
    Update README.md Harrison Erd · 2025-02-17T19:19:00-05:00
  • a504ff8
    add HttpMiddleware ABC. Allows for before and afterrequest methods patx · 2025-02-17T17:28:05-05:00
  • b4c0125
    removed magic numbers for session timeouts by using globar var SESSION_TIMEOUT patx · 2025-02-16T23:50:21-05:00
  • 2cbf6a4
    added 500 error return to multipart instead of silently failing with break, removed to_thread wrapper from inspect method, not needed, from my understanding, shortened response_body logic checks patx · 2025-02-16T13:37:16-05:00
  • b09ab45
    Update README.md Harrison Erd · 2025-02-16T00:52:38-05:00
  • 60f73b3
    update readme api docs patx · 2025-02-13T23:55:32-05:00
  • 70c5d97
    update readme for new sessionbackend class patx · 2025-02-13T23:26:21-05:00
  • 6f8f06a
    added sessionbackend middleware support capabilities, work in progress but pretty good so far! patx · 2025-02-13T21:56:25-05:00
Loading more...