• MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    A new version of http.stream finally implements POST requests in addition to GET ones. Then it can be considered a lightweight (40 kB) HTTP/1.1 client. It can be not only used as a Reggae data source, but also standalone in any application using HTTP protocol for network communication. List of features:

    - Fully documented. ;-)
    - Handles all HTTP implementation details internally.
    - Parser for response header.
    - Allows for adding fields in the request header.
    - Builder for POST request body (request parts are passed via taglist).
    - Optional automatic redirection on 30x responses.
    - Handling of binary data in POST requests.
    - Proxy support.
    - Optional user agent spoofing.
    - More...

    The class may be downloaded from MorphOS Files. Note that it requires MorphOS 2.7+. An (unfinished) tutorial for programmers is available in the MorphZone Library

    [ Edited by Krashan on 2010/12/29 11:32 ]
  • »29.12.10 - 11:31
    Profile Visit Website