Skip to content

Commit 808ff9e

Browse files
author
nebarf
committed
Http client doc (followup)
1 parent 29b7469 commit 808ff9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ The complete *public API* exposed by the hook:
169169
| Method | Description | Params | Return |
170170
| --------------------- | --------------------------------------------------------------------------| --------------------- | --------------------- |
171171
|request | The lowest level method to perform a http request | params| return
172-
| <ul class="httpRequestsList"><li>get</li><li>post</li><li>put</li><li>patch</li><li>delete</li></ul> | Make use of lower level method `request` by just overriding the http method ([example](#example-get-request)) | params | return
172+
| <ul class="httpRequestsList"><li>get</li><li>post</li><li>put</li><li>patch</li><li>delete</li></ul> | Make use of lower level method `request` by just overriding the http method ([example](#example--abortable-request)) | params | return
173173
| abortableRequest | The lowest level method to perform an abortable http request | params | return
174-
| <ul class="httpRequestsList"><li>abortableGet</li><li>abortablePost</li><li>abortablePut</li><li>abortablePatch</li><li>abortableDelete</li></ul> | Make use of lower level method `abortableRequest` by just overriding the http method ([example](#example&ndash;-abortable-request)) | params | return
174+
| <ul class="httpRequestsList"><li>abortableGet</li><li>abortablePost</li><li>abortablePut</li><li>abortablePatch</li><li>abortableDelete</li></ul> | Make use of lower level method `abortableRequest` by just overriding the http method ([example](#example--abortable-request)) | params | return
175175

176176
### Request params
177177

0 commit comments

Comments
 (0)