Describe choreography, i.e.
- POST/PUT/PATCH: 202
- *(GET Loc: 202)
- GET Loc: 303
- GET Loc: 200/201/204/4xx/5xx
Example: update media resource triggers virus scan in server, may take some time, may succeed (204), detect a virus (4xx), or crash (5xx)
Describe choreography, i.e.
Example: update media resource triggers virus scan in server, may take some time, may succeed (204), detect a virus (4xx), or crash (5xx)