docs(http): move examples to @usageNotes (#26039)

PR Close #26039
This commit is contained in:
Pete Bacon Darwin
2018-09-20 15:01:01 +01:00
committed by Kara Erickson
parent fc4b993d98
commit 32ad2438ca
8 changed files with 32 additions and 54 deletions

View File

@ -97,8 +97,8 @@ export declare class JsonpModule {
/** @deprecated */
export declare class QueryEncoder {
encodeKey(k: string): string;
encodeValue(v: string): string;
encodeKey(key: string): string;
encodeValue(value: string): string;
}
/** @deprecated */