This website requires JavaScript.
Explore
Help
Sign In
ChronosXYZ
/
PyNesca
Watch
1
Star
0
Fork
0
You've already forked PyNesca
mirror of
https://github.com/ChronosX88/PyNesca.git
synced
2024-11-22 21:22:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c0dbcf154a
PyNesca
/
modules
/
convert_functions
/
Response2Status.py
3 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Changed communication principes - removed CommunicationDictionary, now all keys is defined by annotations. Added new modules to scan Google docs and other urls.
2019-07-05 14:26:25 +00:00
def
response2status
(
response
:
"
response
"
)
-
>
{
"
status
"
}
:
Fixed trouble with response conversion.
2019-07-05 14:29:11 +00:00
return
{
"
status
"
:
response
.
status_code
}
Reference in New Issue
Copy Permalink