Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 141 for gorilla (0.06 sec)

  1. LICENSES/vendor/github.com/gorilla/websocket/LICENSE

    = vendor/github.com/gorilla/websocket licensed under: =
    
    Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    
      Redistributions of source code must retain the above copyright notice, this
      list of conditions and the following disclaimer.
    
    Registered: 2025-05-30 09:05
    - Last Modified: 2020-05-08 04:49
    - 1.4K bytes
    - Viewed (0)
  2. internal/handlers/proxy.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    // Originally from https://github.com/gorilla/handlers with following license
    // https://raw.githubusercontent.com/gorilla/handlers/master/LICENSE, forked
    // and heavily modified for MinIO's internal needs.
    
    package handlers
    
    import (
    	"net"
    	"net/http"
    	"regexp"
    	"strings"
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-02-26 19:25
    - 5.4K bytes
    - Viewed (0)
  3. licenses/github.com/gorilla/mux/LICENSE

    Copyright (c) 2023 The Gorilla Authors. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
    
    	 * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    	 * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    Registered: 2025-05-28 22:53
    - Last Modified: 2023-11-06 06:18
    - 1.4K bytes
    - Viewed (0)
  4. licenses/github.com/gorilla/websocket/LICENSE

    Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    
      Redistributions of source code must retain the above copyright notice, this
      list of conditions and the following disclaimer.
    
      Redistributions in binary form must reproduce the above copyright notice,
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-08-16 01:35
    - 1.3K bytes
    - Viewed (0)
  5. go.mod

    	github.com/google/go-containerregistry v0.20.3
    	github.com/google/gofuzz v1.2.0
    	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    	github.com/google/uuid v1.6.0
    	github.com/gorilla/mux v1.8.1
    	github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
    	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    	github.com/hashicorp/go-multierror v1.1.1
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-25 02:39
    - 10.3K bytes
    - Viewed (0)
  6. go.mod

    	github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
    	github.com/googleapis/gax-go/v2 v2.14.1 // indirect
    	github.com/gorilla/mux v1.8.1 // indirect
    	github.com/gorilla/websocket v1.5.3 // indirect
    	github.com/hashicorp/errwrap v1.1.0 // indirect
    	github.com/hashicorp/go-multierror v1.1.1 // indirect
    	github.com/hashicorp/go-uuid v1.0.3 // indirect
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-05-21 15:59
    - 12.3K bytes
    - Viewed (0)
  7. go.sum

    github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
    github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
    github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
    github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-05-21 15:59
    - 79.9K bytes
    - Viewed (0)
  8. go.sum

    github.com/googleapis/gax-go/v2 v2.14.1/go.mod h1:Hb/NubMaVM88SrNkvl8X/o8XWwDJEPqouaLeN2IUxoA=
    github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
    github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
    github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-25 02:39
    - 61.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.33.md

    - github.com/google/gofuzz: [v1.2.0 → v1.0.0](https://github.com/google/gofuzz/compare/v1.2.0...v1.0.0)
    - github.com/gorilla/websocket: [v1.5.0 → e064f32](https://github.com/gorilla/websocket/compare/v1.5.0...e064f32)
    - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 → v2.24.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.24.0)
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:48
    - 257.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.20.md

    - github.com/google/uuid: [v1.1.1 → v1.1.2](https://github.com/google/uuid/compare/v1.1.1...v1.1.2)
    - github.com/gorilla/mux: [v1.7.3 → v1.8.0](https://github.com/gorilla/mux/compare/v1.7.3...v1.8.0)
    - github.com/gorilla/websocket: [v1.4.0 → v1.4.2](https://github.com/gorilla/websocket/compare/v1.4.0...v1.4.2)
    - github.com/jmespath/go-jmespath: [c2b33e8 → v0.4.0](https://github.com/jmespath/go-jmespath/compare/c2b33e8...v0.4.0)
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-01-19 21:05
    - 409K bytes
    - Viewed (0)
Back to top