FirebasePerformance Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
HTTPMethod
enum HTTPMethod : Int, @unchecked Sendable
Undocumented
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebasePerformance Framework Reference\n\nHTTPMethod\n==========\n\n enum HTTPMethod : Int, @unchecked Sendable\n\nUndocumented\n- `\n ``\n ``\n `\n\n ### [get](#/c:@E@FIRHTTPMethod@FIRHTTPMethodGET)\n\n `\n ` \n HTTP Method GET \n\n #### Declaration\n\n Swift \n\n case get = 0\n\n- `\n ``\n ``\n `\n\n ### [put](#/c:@E@FIRHTTPMethod@FIRHTTPMethodPUT)\n\n `\n ` \n HTTP Method PUT \n\n #### Declaration\n\n Swift \n\n case put = 1\n\n- `\n ``\n ``\n `\n\n ### [post](#/c:@E@FIRHTTPMethod@FIRHTTPMethodPOST)\n\n `\n ` \n HTTP Method POST \n\n #### Declaration\n\n Swift \n\n case post = 2\n\n- `\n ``\n ``\n `\n\n ### [delete](#/c:@E@FIRHTTPMethod@FIRHTTPMethodDELETE)\n\n `\n ` \n HTTP Method DELETE \n\n #### Declaration\n\n Swift \n\n case delete = 3\n\n- `\n ``\n ``\n `\n\n ### [head](#/c:@E@FIRHTTPMethod@FIRHTTPMethodHEAD)\n\n `\n ` \n HTTP Method HEAD \n\n #### Declaration\n\n Swift \n\n case head = 4\n\n- `\n ``\n ``\n `\n\n ### [patch](#/c:@E@FIRHTTPMethod@FIRHTTPMethodPATCH)\n\n `\n ` \n HTTP Method PATCH \n\n #### Declaration\n\n Swift \n\n case patch = 5\n\n- `\n ``\n ``\n `\n\n ### [options](#/c:@E@FIRHTTPMethod@FIRHTTPMethodOPTIONS)\n\n `\n ` \n HTTP Method OPTIONS \n\n #### Declaration\n\n Swift \n\n case options = 6\n\n- `\n ``\n ``\n `\n\n ### [trace](#/c:@E@FIRHTTPMethod@FIRHTTPMethodTRACE)\n\n `\n ` \n HTTP Method TRACE \n\n #### Declaration\n\n Swift \n\n case trace = 7\n\n- `\n ``\n ``\n `\n\n ### [connect](#/c:@E@FIRHTTPMethod@FIRHTTPMethodCONNECT)\n\n `\n ` \n HTTP Method CONNECT \n\n #### Declaration\n\n Swift \n\n case connect = 8"]]