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
The WebProof sequence will also require us to verify that a given HTTP request and associated response match an expected structure to some extent. Therefore, we need to make a basic HTTP parser for this that we can improve over time.
Idea
The WebProof sequence will also require us to verify that a given HTTP request and associated response match an expected structure to some extent. Therefore, we need to make a basic HTTP parser for this that we can improve over time.
Tasks
method
,headers
,body
#52request
,general
,representation
#54Host
matches #55Headers
matches #56method
,status
,headers
,body
#58The text was updated successfully, but these errors were encountered: