UNPKG
proactive-http-fetch
Version:
latest (0.1.0)
0.1.0
Proactive http fetch package
proactive-http-fetch
/
dist
/
antiforgery-service.d.ts
7 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
AntiforgeryService
{
private
storedHeaderValue;
readonly
headerName:
string
;
readonly
headerValue:
string
;
storeAntiforgery
(
response
: Response):
void
; }