You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="tsd-comment tsd-typography"><p>HTTP Request Method browser info name.</p>
45
45
</div><asideclass="tsd-sources">
46
46
<ul>
47
-
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L131">main.ts:131</a></li></ul></aside></section>
47
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L131">main.ts:131</a></li></ul></aside></section>
<divclass="tsd-comment tsd-typography"><p>If the HTTP Request Method is supported by the browser.</p>
52
52
</div><asideclass="tsd-sources">
53
53
<ul>
54
-
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L141">main.ts:141</a></li></ul></aside></section>
54
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L141">main.ts:141</a></li></ul></aside></section>
<divclass="tsd-comment tsd-typography"><p>HTTP Request Method browser info label version.</p>
59
59
</div><asideclass="tsd-sources">
60
60
<ul>
61
-
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L136">main.ts:136</a></li></ul></aside></section></section></div>
61
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L136">main.ts:136</a></li></ul></aside></section></section></div>
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L112">main.ts:112</a></li></ul></aside></section>
46
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L112">main.ts:112</a></li></ul></aside></section>
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L107">main.ts:107</a></li></ul></aside></section></section></div>
53
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L107">main.ts:107</a></li></ul></aside></section></section></div>
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/d523f0b/src/main.ts#L312">main.ts:312</a></li></ul></aside></div>
18
+
<li>Defined in <ahref="https://github.com/pichillilorenzo/http-request-method-db/blob/add9d0b/src/main.ts#L312">main.ts:312</a></li></ul></aside></div>
Copy file name to clipboardExpand all lines: src/db.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@
161
161
},
162
162
"get": {
163
163
"name": "GET",
164
-
"description": "The HTTP GET method requests a representation of the specified resource. Requests using GET should only be used to request data (they shouldn't include data). Note: Sending body/payload in a GET request may cause some existing implementations to reject the request — while not prohibited by the specification, the semantics are undefined. It is better to just avoid sending payloads in GET requests.",
164
+
"description": "The HTTP GET method requests a representation of the specified resource. Requests using GET should only be used to request data (they shouldn't include data).",
165
165
"note": "Note: Sending body/payload in a GET request may cause some existing implementations to reject the request — while not prohibited by the specification, the semantics are undefined. It is better to just avoid sending payloads in GET requests.",
"description": "The HTTP HEAD method requests the headers that would be returned if the HEAD request's URL was instead requested with the HTTP GET method. For example, if a URL might produce a large download, a HEAD request could read its Content-Length header to check the filesize without actually downloading the file. Warning: A response to a HEAD method should not have a body. If it has one anyway, that body must be ignored: any representation headers that might describe the erroneous body are instead assumed to describe the response which a similar GET request would have received. If the response to a HEAD request shows that a cached URL response is now outdated, the cached copy is invalidated even if no GET request was made.",
244
+
"description": "The HTTP HEAD method requests the headers that would be returned if the HEAD request's URL was instead requested with the HTTP GET method. For example, if a URL might produce a large download, a HEAD request could read its Content-Length header to check the filesize without actually downloading the file. If the response to a HEAD request shows that a cached URL response is now outdated, the cached copy is invalidated even if no GET request was made.",
0 commit comments