Skip to content

Commit 11aab55

Browse files
Update README.md
1 parent 1e1484a commit 11aab55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ HTTP Methods
3636
| Method | Function |
3737
| --------- | ------------------------------------ |
3838
| `GET` | Retrieve information about a service |
39-
| `HEAD` | |
40-
| `POST` | |
41-
| `PUT` | |
42-
| `DELETE` | |
43-
| `CONNECT` | |
44-
| `OPTIONS` | |
45-
| `TRACE` | |
39+
| `HEAD` | _Not used_ |
40+
| `POST` | Register service instance |
41+
| `PUT` | Store service variables and protect |
42+
| `DELETE` | Delete service of remove protection |
43+
| `CONNECT` | _Not used_ |
44+
| `OPTIONS` | _Not used_ |
45+
| `TRACE` | _Not used_ |
4646

4747

4848

0 commit comments

Comments
 (0)