modify desc
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -101,7 +101,7 @@ func Put(url string) *BeegoHttpRequest { | ... | @@ -101,7 +101,7 @@ func Put(url string) *BeegoHttpRequest { |
| 101 | return newBeegoRequest(url, "PUT") | 101 | return newBeegoRequest(url, "PUT") |
| 102 | } | 102 | } |
| 103 | 103 | ||
| 104 | // Delete returns *BeegoHttpRequest DELETE GET method. | 104 | // Delete returns *BeegoHttpRequest DELETE method. |
| 105 | func Delete(url string) *BeegoHttpRequest { | 105 | func Delete(url string) *BeegoHttpRequest { |
| 106 | return newBeegoRequest(url, "DELETE") | 106 | return newBeegoRequest(url, "DELETE") |
| 107 | } | 107 | } | ... | ... |
-
Please register or sign in to post a comment