package com_maroontress_libcgi_request

class URLEncodedPostRequest

#define com_maroontress_libcgi_request_URLEncodedPostRequest_IMPORT
#include <com/maroontress/libcgi/request/URLEncodedPostRequest.h>
URLエンコードされたPOSTリクエストの実装クラスです。

Method Summary

 struct com_maroontress_libcgi_Request * URLEncodedPostRequest_create(void)
          URLエンコードされたPOSTリクエストの実装クラスを生成します。

Method Detail

URLEncodedPostRequest_create

struct com_maroontress_libcgi_Request * URLEncodedPostRequest_create( void)
URLエンコードされたPOSTリクエストの実装クラスを生成します。

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

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

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