Skip to content

Commit

Permalink
fix: remove method type
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed May 14, 2024
1 parent 830395e commit 377a272
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ import * as http from 'http';
import * as http2 from 'http2';

declare module 'pure-http' {
export enum Method {
GET = 'get',
POST = 'post',
PUT = 'put',
PATCH = 'patch',
DELETE = 'delete',
HEAD = 'head',
OPTIONS = 'options',
TRACE = 'trace',
CONNECT = 'connect',
ALL = 'all',
}

export interface ICookieSerializeOptions {
encode?(value: string): string;

Expand Down

0 comments on commit 377a272

Please sign in to comment.