refactor(http): share 'body' logic between Request and Response
This commit is contained in:

committed by
Jeff Cross

parent
1266460386
commit
e7a8e2757b
@ -62,10 +62,11 @@ export enum ContentType {
|
||||
ARRAY_BUFFER
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Define which buffer to use to store the response
|
||||
* @experimental
|
||||
*/
|
||||
export enum ResponseBuffer {
|
||||
export enum ResponseContentType {
|
||||
ArrayBuffer,
|
||||
Json,
|
||||
Text
|
||||
|
Reference in New Issue
Block a user