Skip to content

Commit 2af9fbf

Browse files
authored
add get http custom header (#1147)
* add get http custom header * Rename rule as per review feedback * rename rule file to fix linting error
1 parent 7bb186f commit 2af9fbf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

nursery/get-custom-http-header.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
rule:
2+
meta:
3+
name: get custom HTTP header
4+
namespace: communication/http
5+
authors:
6+
- "@msanchit-dev"
7+
scopes:
8+
static: basic block
9+
dynamic: call
10+
mbc:
11+
- Communication::HTTP Communication::Read Header [C0002.014]
12+
features:
13+
- and:
14+
- api: wininet.HttpQueryInfo
15+
- number: 0xFFFF = HTTP_QUERY_CUSTOM

0 commit comments

Comments
 (0)