serverino ~master (2024-03-17T18:35:47Z)
Dub
Repo
ProtoRequest
serverino
communicator
Undocumented in source.
package
class
ProtoRequest {
enum
Connection
;
enum
HttpVersion
;
string
toString
();
bool
isValid
;
bool
headersDone
;
bool
expect100
;
size_t
contentLength
;
size_t
headersLength
;
char
[]
method
;
char
[]
path
;
char
[]
data
;
ProtoRequest
next
;
Connection
connection
;
HttpVersion
httpVersion
;
}
Members
Enums
Connection
enum
Connection
Undocumented in source.
HttpVersion
enum
HttpVersion
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
connection
Connection
connection
;
Undocumented in source.
contentLength
size_t
contentLength
;
Undocumented in source.
data
char
[]
data
;
Undocumented in source.
expect100
bool
expect100
;
Undocumented in source.
headersDone
bool
headersDone
;
Undocumented in source.
headersLength
size_t
headersLength
;
Undocumented in source.
httpVersion
HttpVersion
httpVersion
;
Undocumented in source.
isValid
bool
isValid
;
Undocumented in source.
method
char
[]
method
;
Undocumented in source.
next
ProtoRequest
next
;
Undocumented in source.
path
char
[]
path
;
Undocumented in source.
Meta
Source
See Implementation
serverino
communicator
classes
Communicator
ProtoRequest
functions
syscall