|
NAMESympa::Request - Requests for operationSYNOPSISuse Sympa::Request; my $request = Sympa::Request->new($serialized, context => $list); my $request = Sympa::Request->new(context => $list, action => 'last'); DESCRIPTIONSympa::Request implements serializable object representing requests by users.Methods
Returns: A new instance of Sympa::Request, or undef, if something went wrong.
Context and metadataContext and metadata given to constructor are accessible as hash elements of object. They are given by request spool. See "Context and metadata" in Sympa::Spool::Auth for details.AttributesThese are accessible as hash elements of objects. There are attributes including:
SerializationSympa::Request object includes number of slots as hash items: metadata, context and attributes. Metadata including context are given by spool: See "Marshaling and unmarshaling metadata" in Sympa::Spool.Logically, objects are stored into physical spool as serialized form and deserialized when they are fetched from spool. Attributes are encoded in "X-Sympa-*:" pseudo-header fields. See also "Serialization" in Sympa::Message for example. SEE ALSOSympa::Request::Collection, Sympa::Request::Handler, Sympa::Request::Message, Sympa::Spool::Auth.HISTORYSympa::Request appeared on Sympa 6.2.10.
Visit the GSP FreeBSD Man Page Interface. |