书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 642 个相关结果.
  • Vary

    393 2020-09-14 《Fiber v2.0 Document》
    Vary Vary Adds the given header field to the Vary response header. This will append the header, if not already listed, otherwise leaves it listed in the current location. Mu...
  • Vary

    Vary Vary Adds the given header field to the Vary response header. This will append the header, if not already listed, otherwise leaves it listed in the current location. Mu...
  • Format

    Format Format Performs content-negotiation on the Accept HTTP header. It uses Accepts to select a proper format. If the header is not specified or there is no proper form...
  • Vary

    Vary Vary Adds the given header field to the Vary response header. This will append the header, if not already listed, otherwise leaves it listed in the current location. Mu...
  • Vary

    Vary Vary Adds the given header field to the Vary response header. This will append the header, if not already listed, otherwise leaves it listed in the current location. Mu...
  • Format

    357 2020-09-14 《Fiber v2.0 Document》
    Format Format Performs content-negotiation on the Accept HTTP header. It uses Accepts to select a proper format. If the header is not specified or there is no proper form...
  • Group

    Group Group You can group routes by creating a *Group struct. Signature app . Group ( prefix string , handlers ... func (* Ctx )) * Group Example func main () ...
  • IP

    IP IP Returns the remote IP address of the request. c . IP () string app . Get ( "/" , func ( c * fiber . Ctx ) { c . IP () // "127.0.0.1" })
  • SaveFile

    SaveFile SaveFile Method is used to save any multipart file to disk. func ( c * Ctx ) SaveFile ( fh * multipart . FileHeader , path string ) error app . Post (...
  • Params

    Params Params Method can be used to get the route parameters, you could pass an optional default value that will be returned if the param key does not exist. Defaults to empt...