package com_maroontress_libcgi_request

class GetRequest

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

Method Summary

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

Method Detail

GetRequest_create

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

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

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

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