aws ~master (2021-07-27T19:40:24Z)
Dub
Repo
ChunkedContent
aws
aws
Undocumented in source.
struct
ChunkedContent (
Range
)
if
(
is
(
ElementType
!
Range
==
ubyte
) ||
is
(
ElementType
!
Range
==
ubyte
[])
) {
enum
Position
;
import
std
.
range
:
chunks
,
Chunks
;
;
static if
(
is(ElementType!Range == ubyte)
)
Chunks
!
Range
range
;
static if
(!(
is(ElementType!Range == ubyte)
))
Range
range
;
alias
ExtensionCallback
=
string
delegate
(
ubyte
[])
;
ExtensionCallback
extension
;
static
ubyte
[]
delimiter
;
Position
pos
;
this
(Range range, size_t chunkSize, ExtensionCallback cb);
bool
empty
();
auto
front
();
void
popFront
();
}
Constructors
this
this
(Range range, size_t chunkSize, ExtensionCallback cb)
Undocumented in source.
Members
Aliases
ExtensionCallback
alias
ExtensionCallback
=
string
delegate
(
ubyte
[])
Undocumented in source.
Enums
Position
enum
Position
Undocumented in source.
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
delimiter
ubyte
[]
delimiter
;
Undocumented in source.
Variables
extension
ExtensionCallback
extension
;
Undocumented in source.
pos
Position
pos
;
Undocumented in source.
range
Chunks
!
Range
range
;
Undocumented in source.
range
Range
range
;
Undocumented in source.
Meta
Source
See Implementation
aws
aws
classes
AWSException
AuthorizationException
RESTClient
functions
chunkedContent
safeInnerText
structs
ChunkedContent