|
|
|
|
@ -46,16 +46,16 @@ import org.springframework.util.Assert;
@@ -46,16 +46,16 @@ import org.springframework.util.Assert;
|
|
|
|
|
* <pre> |
|
|
|
|
* [ CLIENT ] [ SERVER ] |
|
|
|
|
* | (a) Initial empty request | |
|
|
|
|
* |------------------------------}| |
|
|
|
|
* |------------------------------>| |
|
|
|
|
* | (b) Data I | |
|
|
|
|
* --}|------------------------------}|---} |
|
|
|
|
* -->|------------------------------>|---> |
|
|
|
|
* | Response I (a) | |
|
|
|
|
* {--|<------------------------------|{--- |
|
|
|
|
* <--|<------------------------------|<--- |
|
|
|
|
* | | |
|
|
|
|
* | (c) Data II | |
|
|
|
|
* --}|------------------------------}|---} |
|
|
|
|
* -->|------------------------------>|---> |
|
|
|
|
* | Response II (b) | |
|
|
|
|
* {--|{------------------------------|{--- |
|
|
|
|
* <--|<------------------------------|<--- |
|
|
|
|
* . . |
|
|
|
|
* . . |
|
|
|
|
* </pre> |
|
|
|
|
@ -66,8 +66,7 @@ import org.springframework.util.Assert;
@@ -66,8 +66,7 @@ import org.springframework.util.Assert;
|
|
|
|
|
* Requests should be made using HTTP GET or POST (depending if there is a payload), with |
|
|
|
|
* any payload contained in the body. The following response codes can be returned from |
|
|
|
|
* the server: |
|
|
|
|
* <p> |
|
|
|
|
* <table> |
|
|
|
|
* <table summary="Response Codes"> |
|
|
|
|
* <tr> |
|
|
|
|
* <th>Status</th> |
|
|
|
|
* <th>Meaning</th> |
|
|
|
|
|