1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
d836b046c9 migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
49e29a5751 v3 examples (#364) 2020-09-12 16:49:45 +01:00
20d7af6c27 Improve json_decode_error example. (#363)
* Improve json_decode_error example.

* Remove 'Per-type' JsonConfig.
2020-09-11 08:31:34 +01:00
8f3ce39d05 New example: Return JSON decode errors to a client (#268)
* Add JSON decode error example

* cargo fmt

* Use more appropriate response codes

* curl -i similar for all examples

* Add one more example of 422 response

* use to_string instead of empty format!
2020-03-16 03:21:13 +09:00