parent
54289aec2d
commit
0cab43785b
|
@ -83,7 +83,7 @@ export interface HttpParamsOptions {
|
||||||
*/
|
*/
|
||||||
fromString?: string;
|
fromString?: string;
|
||||||
|
|
||||||
/** Object map of the HTTP params. Mutally exclusive with `fromString`. */
|
/** Object map of the HTTP params. Mutually exclusive with `fromString`. */
|
||||||
fromObject?: {[param: string]: string | string[]};
|
fromObject?: {[param: string]: string | string[]};
|
||||||
|
|
||||||
/** Encoding codec used to parse and serialize the params. */
|
/** Encoding codec used to parse and serialize the params. */
|
||||||
|
|
Loading…
Reference in New Issue