Артур Шевченко nikto_b
  • Joined on 2025-01-19
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 16:40:41 +03:00
ee25d17683 Create request serializer selection based on content-type header
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 14:07:41 +03:00
14f82885c4 Make req/resp headers case-insensitive
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 04:52:45 +03:00
7546055574 Make query values in basic request flatten when provided as single values
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 04:47:57 +03:00
b57c5d9639 Create basic request/response abstract models
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 04:19:02 +03:00
0e53731ea4 Pass HTTPException into a response
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 04:15:26 +03:00
73da386003 Add 4xx and 5xx http-code exception wrappers
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 03:06:22 +03:00
751748f82a Create basic sloth app with basic static routing
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 02:23:10 +03:00
939ef6073f Allow router to raise MethodNotAllowed
nikto_b created branch master in nikto_b/turbosloth 2025-07-16 02:16:12 +03:00
nikto_b pushed to master at nikto_b/turbosloth 2025-07-16 02:16:12 +03:00
d22c753022 Initial commit
nikto_b created repository nikto_b/turbosloth 2025-07-16 02:15:59 +03:00
nikto_b pushed to master at nikto_b/breakshaft 2025-07-14 22:47:14 +03:00
7ffc620f06 Add library
nikto_b created repository nikto_b/breakshaft 2025-07-14 22:01:09 +03:00
nikto_b pushed to master at nikto_b/megasniff 2025-07-14 17:04:38 +03:00
9fc218e556 Clean __pycache__
nikto_b pushed to master at nikto_b/megasniff 2025-07-14 16:59:06 +03:00
f8cacf9319 Bump version
nikto_b pushed to master at nikto_b/megasniff 2025-07-14 16:54:41 +03:00
9f54115160 Create toggle for strict-mode inflate
nikto_b pushed to master at nikto_b/megasniff 2025-07-14 16:27:59 +03:00
bc6acb099f Fix recursive union-iterable-*-types codegen
897eccd8d1 Remove lookup_table from inflator generated code, rename generating func
Compare 2 commits »
nikto_b pushed to master at nikto_b/megasniff 2025-07-12 04:16:25 +03:00
aee6dcf3d3 Extract complex type creation into separate template
nikto_b pushed to master at nikto_b/megasniff 2025-07-12 02:38:00 +03:00
1994eaab0d Add custom exceptions, simplify generation template
ed5f975e87 Remove excess print from SchemaInflatorGenerator
Compare 2 commits »
nikto_b pushed to master at nikto_b/megasniff 2025-07-12 02:16:30 +03:00
5b4eba5190 Split optional-provided field=something and typing.Optional=@nullable field options, add pytest