TheoryOfNekomata
|
4cdc74f597
|
Extract server package
Define dedicated package for HTTP server.
|
6 months ago |
TheoryOfNekomata
|
2250b5b5e9
|
Add monkey-patching to QUERY method
Use X-Original-Method for forcing a POST method to become a QUERY
method.
|
6 months ago |
TheoryOfNekomata
|
ad68214eb3
|
Attempt to support QUERY method
Prepare tests for supporting QUERY method.
|
6 months ago |
TheoryOfNekomata
|
c55a07fbc2
|
Fix resource not found message
Put message key in its correct location.
|
7 months ago |
TheoryOfNekomata
|
0e4d44b764
|
Add error bodies
Include basic description of the error and the steps to resolve them.
|
7 months ago |
TheoryOfNekomata
|
342a2e6e0c
|
Add example project
Include example project and requests.
|
7 months ago |
TheoryOfNekomata
|
0b3764267c
|
Small fixes
Tidy up some parts of the codebase.
|
7 months ago |
TheoryOfNekomata
|
ee290a7a1f
|
Extract JSONL sample data source
Put data source to its own package.
|
7 months ago |
TheoryOfNekomata
|
1af53a06d1
|
Convert to monorepo
Prepare project for multiple packages.
|
7 months ago |
TheoryOfNekomata
|
0ae3823bca
|
Add more unit tests
Include tests for emplace, modify fallback content negotiation logic.
|
7 months ago |
TheoryOfNekomata
|
bc27b28e7a
|
Add tests
Decouple tests from data source.
|
7 months ago |
TheoryOfNekomata
|
467021b57a
|
Update tests
Decouple tests from data source.
|
7 months ago |
TheoryOfNekomata
|
770b62c6dd
|
Implement more tests
Add tests related to error handling.
|
7 months ago |