FirebasePerformance Framework Reference

Enumerations

The following enumerations are available globally.

  • Undocumented

    Declaration

    Objective-C

    NS_ENUM(NSInteger,FIRHTTPMethod){/** HTTP Method GET */FIRHTTPMethodGETNS_SWIFT_NAME(get),/** HTTP Method PUT */FIRHTTPMethodPUTNS_SWIFT_NAME(put),/** HTTP Method POST */FIRHTTPMethodPOSTNS_SWIFT_NAME(post),/** HTTP Method DELETE */FIRHTTPMethodDELETENS_SWIFT_NAME(delete),/** HTTP Method HEAD */FIRHTTPMethodHEADNS_SWIFT_NAME(head),/** HTTP Method PATCH */FIRHTTPMethodPATCHNS_SWIFT_NAME(patch),/** HTTP Method OPTIONS */FIRHTTPMethodOPTIONSNS_SWIFT_NAME(options),/** HTTP Method TRACE */FIRHTTPMethodTRACENS_SWIFT_NAME(trace),/** HTTP Method CONNECT */FIRHTTPMethodCONNECTNS_SWIFT_NAME(connect)}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-11 UTC.