Skip to content

Commit

Permalink
doc : update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetianx committed Oct 22, 2023
1 parent f1e2684 commit e2ea80b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/doc_eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,19 @@ Derived UploadEvent
| Name | Type | Definition |
| ---------------- | --------------------------------------------- | --------------------------------------- |
| TusRequestOption | [TusRequestOptionBase](#TusRequestOptionBase) | |
| HttpRequestMsg | HttpRequestMessage | A HttpRequestMsg will be send to server |
| HttpRequestMsg | HttpRequestMessage | A HttpRequestMsg will be send to server |



#### TusException

##### Definition

Derived Exception

##### Properties

| Name | Type | Definition |
| ------------------ | ------------------- | -------------------- |
| OriginHttpRequest | HttpRequestMessage | origin http request |
| OriginHttpResponse | HttpResponseMessage | origin http response |

0 comments on commit e2ea80b

Please sign in to comment.