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 (239) Issues Pull requests Star (0) Fork
  • baf9351
    introduce orjson as an optional replacement for stdlib json, useful for those who need performance api patx · 2025-05-22T20:12:04-04:00
  • c206162
    remove websockets for now, back to drawing board. patx · 2025-05-21T18:42:55-04:00
  • 80dfa8a
    Update README.md Harrison Erd · 2025-05-03T20:44:17-04:00
  • 7a12942
    update tests to use pytest instead of unittest patx · 2025-04-28T02:34:33-04:00
  • 1bfdc9c
    add websockets support patx · 2025-04-28T01:06:48-04:00
  • 9bf4c0e
    update in house serve static example for completeness and security patx · 2025-04-26T14:07:35-04:00
  • 79fe285
    set more secure cookies patx · 2025-04-24T00:10:56-04:00
  • 6bc07b0
    fix ident error typo patx · 2025-04-21T03:40:41-04:00
  • aa742a1
    remove pycache files patx · 2025-04-20T15:37:37-04:00
  • 9a587af
    Standardize body_params to use lists for multipart/form-data patx · 2025-04-20T15:36:37-04:00
  • 01ffa26
    remove pycache files patx · 2025-04-19T08:22:43-04:00
  • e07a592
    fix typo in readme patx · 2025-04-19T08:21:48-04:00
  • f0b034d
    Update README.md Harrison Erd · 2025-03-12T00:58:23-04:00
  • 09067cd
    added example showing JSON and the get_json object from the Request class patx · 2025-03-11T19:45:29-04:00
  • 812f434
    0.9.9.7.3 patx · 2025-03-11T19:12:16-04:00
  • 1839c53
    revert to cookie headers from 0.9.9.7.1 patx · 2025-02-25T01:57:09-05:00
  • 1fadb3b
    put back secure cookie headers patx · 2025-02-24T22:40:47-05:00
  • 0a8dc73
    update pyproject for pypi upload 0.9.9.7.1 patx · 2025-02-24T22:25:37-05:00
  • a9f00f4
    update redirect method to accept extra headers, adjusted cokkie header patx · 2025-02-24T21:33:35-05:00
  • 1292547
    remove cache files patx · 2025-02-22T06:32:28-05:00
  • a8224a8
    update test suite patx · 2025-02-22T06:31:46-05:00
  • 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
Loading more...