PAGI 0.002002: Clarifying How Applications Are Loaded
Introduction PAGI 0.002002 is a specification release. It does not change the runtime shape of a PAGI application. A running application is still one asynchronous code reference: async sub app { my ( $scope , $receive , $send ) = @_ ; await $send -> ({ type => ' http.response.start ', status => 200 , headers => [[ ' content-type ', ' text/plain; charset=utf-8 ' ]], }); await $send -> ({ type => '…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.