Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
389166c0
Commit
389166c0
authored
Sep 19, 2010
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Warnings, Code Analysis and Documentation. 130 warnings left.
parent
3bfa6609
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
HttpDatagram.cs
PcapDotNet/src/PcapDotNet.Packets/Http/HttpDatagram.cs
+5
-5
HttpRequestKnownMethod.cs
...Net/src/PcapDotNet.Packets/Http/HttpRequestKnownMethod.cs
+1
-0
No files found.
PcapDotNet/src/PcapDotNet.Packets/Http/HttpDatagram.cs
View file @
389166c0
...
...
@@ -69,20 +69,20 @@ namespace PcapDotNet.Packets.Http
/// net_path = "//" authority [ abs_path ]
/// abs_path = "/" path_segments
/// query = *uric
/// uric_no_slash = unreserved | escaped | ";" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ","
/// uric_no_slash = unreserved | escaped | ";" | "?" | ":" | "@" | "&
amp;
" | "=" | "+" | "$" | ","
/// uric = reserved | unreserved | escaped
/// authority = server | reg_name
/// path_segments = segment *( "/" segment )
/// unreserved = alphanum | mark
/// escaped = "%" hex hex
/// reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | ","
/// reserved = ";" | "/" | "?" | ":" | "@" | "&
amp;
" | "=" | "+" | "$" | ","
/// server = [ [ userinfo "@" ] hostport ]
/// reg_name = 1*( unreserved | escaped | "$" | "," | ";" | ":" | "@" | "&" | "=" | "+" )
/// reg_name = 1*( unreserved | escaped | "$" | "," | ";" | ":" | "@" | "&
amp;
" | "=" | "+" )
/// segment = *pchar *( ";" param )
/// mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
/// userinfo = *( unreserved | escaped | ";" | ":" | "&" | "=" | "+" | "$" | "," )
/// userinfo = *( unreserved | escaped | ";" | ":" | "&
amp;
" | "=" | "+" | "$" | "," )
/// hostport = host [ ":" port ]
/// pchar = unreserved | escaped | ":" | "@" | "&" | "=" | "+" | "$" | ","
/// pchar = unreserved | escaped | ":" | "@" | "&
amp;
" | "=" | "+" | "$" | ","
/// param = *pchar
/// host = hostname | IPv4address
/// port = *digit
...
...
PcapDotNet/src/PcapDotNet.Packets/Http/HttpRequestKnownMethod.cs
View file @
389166c0
...
...
@@ -66,6 +66,7 @@
/// </para>
/// <para>
/// The response to a GET request is cacheable if and only if it meets the requirements for HTTP caching.
/// </para>
/// </summary>
Get
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment