Authentication Sentry::authenticate() Example Exceptions Sentry::authenticateAndRemember() Example Sentry::login() Example Exceptions Sentry::loginAndRemember() Example S...
Architecture Components Kubernetes mode Services and Pods Pods with a Service Pods without a Service Universal mode Architecture This sections gives an overview of a...
Views Creating a View Displaying a View Loading Multiple Views Storing Views within Sub-directories Namespaced Views Caching Views Adding Dynamic Data to the View Creating L...
重载解析 重载解析 在调用 p(args) 中选择匹配最佳的例程 p 。 如果多个例程同样匹配,则在语义分析期间报告歧义。 args中的每个arg都需要匹配。参数可以匹配的方式有多种不同的类别。 设 f 是形式参数的类型, a 是参数的类型。 准确匹配: a 和 f 是相同类型。 字面匹配: a is an integer literal of...
6.11.1 Using the @Body Annotation 6.11.1 Using the @Body Annotation To parse the request body, you first need to indicate to Micronaut the parameter which will receive the data...