-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
25 lines (21 loc) · 895 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
StarRequests is a library of modular common requests and utilities built using AS3-Signals.
The main concept is to make each request modular using a consistent interface to enable the creation of useful generic utilities.
There will be some posts on StarRequests in the future on http://markstar.co.uk, to explain the ideas behind it and show some examples of how to use the library.
0.4 update:
* Tidied up the naming of signal instances (removed the word 'Signal')
0.3 update:
* Removed requests relating to images (moved to StarImageLib)
* Added ant build files
* Made requests cancelable
0.2b update:
* Added RequestBatchAsyncUtil
* Added RequestQueueAsyncUtil
* Added EncodeJPGRequest
* Added ResizeBitmapDataRequest
* Made bug fixes to existing requests
Classes included in 0.1beta are:
* LoadXMLRequest
* LoadBitmapDataRequest
* LoadBitmapRequest
* RequestBatchUtil
* RequestQueueUtil