HttpActionHandler
টাইপ নাম: HttpActionHandler
অ্যাকশনহ্যান্ডলার প্রসারিত করে
নাম | টাইপ | বর্ণনা |
---|
এনকোডিং | অথবা মিডিয়াঅবজেক্ট | পদ্ধতিটি POST হলে কিভাবে http অনুরোধে অ্যাকশনটি এনকোড করবেন। |
পদ্ধতি | HttpRequest পদ্ধতি | HTTP GET বা POST ব্যবহার করবেন কিনা। GET ডিফল্ট। |
url | URL | অ্যাকশন সম্পূর্ণ করার জন্য আনতে টার্গেট ইউআরএল। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`HttpActionHandler` extends the `ActionHandler` and is used for actions involving HTTP requests."],["It defines how to encode the action, the HTTP method (GET or POST), and the target URL for the action."],["`encoding` specifies how the action is encoded in the request, `method` determines whether to use GET or POST, and `url` provides the target URL."]]],[]]