package com_maroontress_libcgi_request

class PostRequest

#define com_maroontress_libcgi_request_PostRequest_IMPORT
#include <com/maroontress/libcgi/request/PostRequest.h>
POSTリクエストの実装クラスです。

Method Summary

 struct com_maroontress_libcgi_Request * PostRequest_create(void)
          POSTリクエストの実装クラスを生成します。

Method Detail

PostRequest_create

struct com_maroontress_libcgi_Request * PostRequest_create( void)
POSTリクエストの実装クラスを生成します。

戻り値が参照するオブジェクトはcom_maroontress_libcgi_Request_free()で解放しなければなりません。

生成に失敗したときはNULLを返します。

Returns:
リクエストのインスタンス、またはNULL